build
No SKILL.md available for this skill.
View on GitHubMore from cniska/skills
pr
Create a pull request with review and verify. Use when the branch is ready to merge.
9plan
Design a feature or behavior change through dialogue. Use when asked to plan, scope, design, or break down work before coding.
9review
Run all review skills against the current branch diff. Use when reviewing a feature branch before merge.
9debug
Debug systematically with structured triage. Use when tests fail, builds break, or runtime behavior doesn't match expectations.
7simplify
Simplify code by reducing complexity while preserving exact behavior. Use after a feature is working, during review when complexity is flagged, or when encountering unclear code.
5docs-audit
Audit docs for drift, missing updates, and terminology changes. Use when code changes should be reflected in documentation.
5