From tailored-reviewer
This skill should be used when the user asks to "debug review skills", "validate generated skills", "check skill quality", "スキルをデバッグ", "生成スキルを検証", or automatically after build-skills completes. Validates that generated review skills are structurally correct, comprehensive, project-specific, and behaviorally sound.
How this skill is triggered — by the user, by Claude, or both
Slash command
/tailored-reviewer:debug-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Validate the quality of generated review skills in .claude/skills/.
Validate the quality of generated review skills in .claude/skills/.
Prerequisites: Generated skills exist in .claude/skills/ (from build-skills).
Run ALL checks. Report results per-skill and as a summary.
For each SKILL.md in .claude/skills/:
name and descriptionFor the review entry point (review-* skill):
For each perspective:
Cross-check against knowledge-base:
Each perspective MUST contain project-specific content. Flag if:
Score: count project-specific references per perspective. Flag if < 3.
For each skill, simulate execution by reading the SKILL.md and verifying:
For the review entry point:
Read each skill as if you were an LLM following instructions. Flag if:
Read the templates in ${CLAUDE_PLUGIN_ROOT}/skills/build-skills/references/templates/ and verify that generated skills include all MANDATORY elements from their corresponding template (orchestrator.md, technical-concern.md, domain-perspective.md, debate.md, consolidation.md).
Review entry point (review-*) MUST have:
Consolidation MUST have:
reviews/ directory)reviews/{YYYY-MM-DD}-{type}-{target}.mdEach Technical Concern perspective MUST have:
If ANY mandatory element is missing: FAIL the validation and return to build-skills with the specific missing elements listed.
Verify that ALL 6 standard technical concerns exist as generated skills:
If ANY of the 8 are missing, this is a CRITICAL failure. These 8 are mandatory for all projects regardless of archetype.
Note: projects may ALSO have domain-specific perspectives in addition to these 8. The 8 perspectives and domain perspectives coexist — they are not alternatives.
For each skill:
#### [skill-name]
- Structure: ✅/❌ [details]
- Completeness: ✅/❌ [details]
- Specificity: ✅/❌ [N project-specific references]
- Instruction Compliance: ✅/❌ [details]
- Agent Delegation: ✅/❌ [details] (review entry point only)
- Skip Risk: ✅/❌ [details]
- Template Compliance: ✅/❌ [missing mandatory elements] (review entry point, consolidation, perspectives)
- Technical Concern Coverage: ✅/❌ [missing concerns] (overall check)
Summary:
If issues found: return to build-skills with specific fix requests. If all passed: report success.
Output location: If writing the validation report to a file, write it to meta/debug-review-YYYY-MM-DD.md at the PROJECT ROOT (next to config.md). Do NOT write to .claude/skills/meta/ — that directory is only for generated skill files.
npx claudepluginhub suzuki0keiichi/claude-plugins-suzuki0keiichi --plugin tailored-reviewerReviews SKILL.md files against best practices with structured pass/fail reports, warnings, errors, and prioritized recommendations before publishing or deploying.
Audits pm-skills skills against structural conventions and quality criteria, producing a pass/fail report with actionable recommendations. Use before shipping or after editing a skill.
Audits skill quality against routing, progressive loading, and verification criteria. Produces health reports with per-skill ratings and a Gate outcome.