Skip to content

add i18n keyword triggers#629

Merged
JeremyDev87 merged 2 commits intomasterfrom
feat/skill-code-explanation-i18n-596
Feb 21, 2026
Merged

add i18n keyword triggers#629
JeremyDev87 merged 2 commits intomasterfrom
feat/skill-code-explanation-i18n-596

Conversation

@JeremyDev87
Copy link
Owner

Summary

Add i18n keyword triggers for the code-explanation skill to enable discovery via list_skills and recommend_skills MCP tools.

  • Add keyword entry in keywords.ts with priority 17 (between frontend-design at 18 and documentation-generation at 16)
  • Define 5 concepts: explain, understand, onboarding, review_explanation, architecture_explanation
  • Support 5 languages: English, Korean, Japanese, Chinese, Spanish
  • Add 43 test cases covering all language triggers and negative cases
  • Update priority order test to include code-explanation in the correct position

Test plan

  • All 43 new trigger tests pass (EN/KO/JA/ZH/ES positive + negative)
  • Priority order test updated and passing (frontend(18) > code-explanation(17) > documentation(16) > tdd(15))
  • Full test suite passes (4156 tests across 170 files)

Closes #596

Add code-explanation skill keywords with priority 17 supporting
5 concepts (explain, understand, onboarding, review_explanation,
architecture_explanation) across 5 languages (EN/KO/JA/ZH/ES).

Closes #596
Add 43 test cases covering EN/KO/JA/ZH/ES positive matches
and negative cases. Update priority order test to include
code-explanation (17) between frontend-design (18) and
documentation-generation (16).
@JeremyDev87 JeremyDev87 added feat skill New skill addition to .ai-rules/skills/ labels Feb 21, 2026
@vercel
Copy link

vercel bot commented Feb 21, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
codingbuddy-landing Ready Ready Preview, Comment Feb 21, 2026 5:02am

@JeremyDev87 JeremyDev87 changed the title feat(skill/code-explanation): add i18n keyword triggers add i18n keyword triggers Feb 21, 2026
@JeremyDev87 JeremyDev87 self-assigned this Feb 21, 2026
@JeremyDev87 JeremyDev87 merged commit 00a310e into master Feb 21, 2026
25 checks passed
@JeremyDev87 JeremyDev87 deleted the feat/skill-code-explanation-i18n-596 branch February 21, 2026 05:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feat skill New skill addition to .ai-rules/skills/

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(skill): Add code-explanation skill for structured codebase onboarding and review

1 participant