Skip to content

fix(mcp): add keyword triggers for 16 undiscoverable skills (#1244)#1266

Merged
JeremyDev87 merged 1 commit into
masterfrom
taskmaestro/1775263506/pane-1
Apr 4, 2026
Merged

fix(mcp): add keyword triggers for 16 undiscoverable skills (#1244)#1266
JeremyDev87 merged 1 commit into
masterfrom
taskmaestro/1775263506/pane-1

Conversation

@JeremyDev87

Copy link
Copy Markdown
Owner

Summary

  • Add keyword entries (en+ko+ja+zh+es) for 16 skills missing from keywords.ts: api-design, build-fix, cost-budget, cross-repo-issues, dependency-management, finishing-a-development-branch, git-master, onboard, plan-and-review, plan-to-issues, pr-all-in-one, receiving-code-review, requesting-code-review, test-coverage-gate, using-git-worktrees, and verification-before-completion
  • Total skill keywords: 25 → 41
  • Update tests that assumed api-design was not in SKILL_KEYWORDS and that systematic-debugging was the highest-priority trigger

Closes #1244

Test plan

  • yarn test skill — 938 tests pass
  • yarn test — 5849 tests pass
  • npx tsc --noEmit — no type errors
  • yarn lint --fix — no errors
  • yarn prettier --write — formatted

Add keyword entries (en+ko+ja+zh+es) for 16 skills missing from
keywords.ts: api-design, build-fix, cost-budget, cross-repo-issues,
dependency-management, finishing-a-development-branch, git-master,
onboard, plan-and-review, plan-to-issues, pr-all-in-one,
receiving-code-review, requesting-code-review, test-coverage-gate,
using-git-worktrees, and verification-before-completion.

Update tests that assumed api-design was not in SKILL_KEYWORDS and
that systematic-debugging was the highest-priority trigger.
@vercel

vercel Bot commented Apr 4, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
codingbuddy-landing Ready Ready Preview, Comment Apr 4, 2026 0:57am

@JeremyDev87 JeremyDev87 left a comment

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review: ✅ APPROVE

CI Status: ALL PASS

Code Review

keywords.ts — 16 new skill keyword entries (1064 lines added):

Skill Priority Notes
api-design 25 REST/GraphQL, OpenAPI, versioning
build-fix 40 Build errors, compilation failures
cost-budget 15 Token cost management
cross-repo-issues 15 Cross-repository tracking
dependency-management 25 Dependency updates, security
finishing-a-development-branch 30 Branch completion
git-master 40 Git operations
onboard 35 Project onboarding
plan-and-review 25 Plan creation + review
plan-to-issues 25 Plans → GitHub issues
pr-all-in-one 30 Full PR workflow
receiving-code-review 25 Handle reviews
requesting-code-review 25 Request reviews
test-coverage-gate 30 Coverage enforcement
using-git-worktrees 30 Worktree workflow
verification-before-completion 35 Pre-completion checks

All entries include 5-language i18n (en, ko, ja, zh, es). Priority assignments are reasonable. No user-invocable: false skills included.

Issues Found: None

Recommendation: APPROVE

@JeremyDev87 JeremyDev87 added the fix label Apr 4, 2026
@JeremyDev87 JeremyDev87 self-assigned this Apr 4, 2026
@JeremyDev87 JeremyDev87 merged commit c7ae6cc into master Apr 4, 2026
25 checks passed
@JeremyDev87 JeremyDev87 deleted the taskmaestro/1775263506/pane-1 branch April 4, 2026 01:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix(mcp): add keyword triggers for 15 undiscoverable skills

1 participant