Skip to content

feat(skills): add allowed-tools to 8 skill SKILL.md frontmatters#751

Closed
JeremyDev87 wants to merge 1 commit intomasterfrom
taskmaestro/1774097476/pane-2
Closed

feat(skills): add allowed-tools to 8 skill SKILL.md frontmatters#751
JeremyDev87 wants to merge 1 commit intomasterfrom
taskmaestro/1774097476/pane-2

Conversation

@JeremyDev87
Copy link
Owner

Summary

  • Add allowed-tools field to YAML frontmatter of 8 SKILL.md files
  • Each skill gets minimum-privilege tool sets matching its purpose:
    • Read-only skills (code-explanation, tech-debt): Read, Grep, Glob
    • Analysis + git skills (security-audit, error-analysis): Read, Grep, Glob, Bash(git:*)
    • PR review: Read, Grep, Glob, Bash(gh:*, git:*)
    • Debugging/profiling (systematic-debugging, performance-optimization): Read, Grep, Glob, Bash
    • Code modification (refactoring): Read, Write, Edit, Grep, Glob, Bash

Test plan

  • All 8 files have allowed-tools added in frontmatter
  • YAML syntax valid (markdownlint 0 errors)
  • No changes to existing fields or skill body
  • Full CI passed: lint, format, typecheck, test (4841 passed), circular, build, ajv validate

Closes #733

Add minimum-privilege tool sets to enforce least-privilege per skill:
- security-audit: Read, Grep, Glob, Bash(git:*)
- code-explanation: Read, Grep, Glob
- pr-review: Read, Grep, Glob, Bash(gh:*, git:*)
- systematic-debugging: Read, Grep, Glob, Bash
- refactoring: Read, Write, Edit, Grep, Glob, Bash
- performance-optimization: Read, Grep, Glob, Bash
- error-analysis: Read, Grep, Glob, Bash(git:*)
- tech-debt: Read, Grep, Glob

Closes #733
@JeremyDev87 JeremyDev87 added chore sub-issue 상위 이슈의 하위 작업 skill New skill addition to .ai-rules/skills/ labels Mar 21, 2026
@vercel
Copy link

vercel bot commented Mar 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 Mar 21, 2026 1:00pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore skill New skill addition to .ai-rules/skills/ sub-issue 상위 이슈의 하위 작업

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[P1-a] Add allowed-tools to key skills

1 participant