coding-agent
Installation
SKILL.md
Coding Agent Skill 💻
When to Use
Trigger this skill when the user wants:
- Code review, PR review, or standards review
- Implementation or refactoring
- GitHub workflows, commits, and PRs
Execution Modes
Plan Mode (new)
Use plan-first workflow before risky implementation:
# Generate read-only plan artifact
scripts/code-plan --engine codex --repo /path/to/repo "Add feature X"
Related skills