critique
Installation
SKILL.md
Critique Skill
Provides constructive, opinionated criticism of plans and implemented solutions in the Skill System Foundry repository. This skill focuses on qualitative judgment — whether the approach is sound, maintainable, and complete — not on mechanical checks (that is what local-code-review handles).
When to Use
This skill sits in the development workflow between implementation and automated checks:
- Plan the solution
- Validate the plan
- Implement it
- Critique the implementation (this skill)
- Local code review (automated checks)
- Push / PR
It can also be used earlier — to critique a proposed plan before implementation begins.