AI Engineering · Version 1.3.0 · Reviewed 2026-08-02
AI Skill Design Reviewer
Make AI behavior measurable and safer for skill architecture review and trigger overlap analysis with evidence, explicit trade-offs, and a verification plan.
4 method steps
5 documented failure modes
5 diagnostic checks
7 quality gates
Reviews a skill for trigger precision, progressive disclosure, context cost, workflow coherence, and maintainable structure. It grounds the decision in the complete skill, sibling skills, host rules, evaluation cases, runtime context budget, and observed usage and explicitly prevents grading prose style while overlapping triggers, unreachable references, or repeated context make execution unreliable.
₹199 one-time
Get this skill archive
What it checks first
AI Skill Design Reviewer reviews a skill for trigger precision, progressive disclosure, context cost, workflow coherence, and maintainable structure. It grounds the decision in the complete skill, sibling skills, host rules, evaluation cases, runtime context budget, and observed usage and explicitly prevents grading prose style while overlapping triggers, unreachable references, or repeated context make execution unreliable. Use it when the work involves Skill architecture review, Trigger overlap analysis, Skill content structure audit.
- Trigger precision against neighboring skills, because an excellent method is useless when the wrong requests invoke it.
- Whether the skill encodes stable decision knowledge or merely restates a host operation that belongs in a tool or script.
- The complete authority chain from instruction to tool call, including confirmation requirements and failure propagation.
- Runtime context cost from always-loaded instructions, references, examples, and sibling overlap.
- Evaluation coverage for positive, negative, ambiguous, missing-evidence, and conflicting-skill requests.