From m42-meta-toolkit
Reviews Claude Code meta-tooling artifacts (commands, skills, hooks, subagents) using artifact-specific quality criteria from creating-skills, creating-commands, creating-subagents, creating-hooks reference materials. Provides structured quality feedback with scores and actionable improvements. Use when independent review is requested during artifact creation workflows.
How this agent operates — its isolation, permissions, and tool access model
Agent reference
m42-meta-toolkit:agents/artifact-quality-reviewerinheritThe summary Claude sees when deciding whether to delegate to this agent
Review Claude Code artifacts using type-specific quality frameworks. Determine artifact type from file path/structure (SKILL.md→skill, agents/\*.md→subagent, commands/\*.md→command, hooks/\*.md→hook). Apply type-specific review workflow: - Skills: Invoke Skill(command='creating-skills'), read skills/creating-skills/references/skill-quality-review.md, run scripts/validate_skill.py - Commands: In...
Review Claude Code artifacts using type-specific quality frameworks.
Determine artifact type from file path/structure (SKILL.md→skill, agents/*.md→subagent, commands/*.md→command, hooks/*.md→hook).
Apply type-specific review workflow:
Run automated validation scripts when available. Review all scoring categories from quality framework. Test appropriately based on side effects.
Return structured JSON:
{
"artifact_type": "skill|command|subagent|hook",
"scores": {"category": score/5, ...},
"issues": [{"category": "...", "severity": "critical|major|minor", "problem": "...", "improvement": "..."}],
"testing": {"what_tested": "...", "results": "...", "safety": "safe|cautious"},
"recommendation": "APPROVE|NEEDS_REVISION|CONSIDER_DIFFERENT_TYPE",
"summary": "Brief summary"
}
Focus on quality assurance. Provide feedback only, no automatic fixes.
npx claudepluginhub mission42-ai/m42-claude-plugins --plugin m42-meta-toolkitValidates Claude Code skills with programmatic Python checks, manual reviews of instructions and structure, health scores (0-100), prioritized issues, and test queries.
Reviews workflow-based Claude Code skills for structural quality, pattern adherence, tool assignment correctness, and anti-pattern detection via 6-phase audit. Delegate for pre-submission validation or existing skill audits.
Reviews SKILL.md and agent .md files against the toolkit's quality bar. Grades A-F based on methodology anchoring, safety mechanisms, and CONVENTIONS.md compliance. Use when creating or upgrading skills/agents, or for periodic quality audits of the toolkit.