skill-reviewer/SKILL.md
Deep review of an AI skill directory. Critically evaluates structure, clarity, completeness, and consistency of SKILL.md, skills/*.md, commands/*.md, and guidelines.md. Use when reviewing, auditing, or validating an AI workflow skill. Activated by commands: /review.
npx skillsauth add amir-yogev-gh/ai-workflows skill-reviewerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
/review, read commands/review.md and follow it.bugfix/, docs-writer/). Then read skills/review.md to execute the review.If a step fails or produces unexpected output, stop and report the error to the user. Do not advance to the next phase. Offer to retry the failed step or escalate.
For principles, hard limits, safety, quality, and escalation rules, see guidelines.md.
SKILL.md, skills/*.md, commands/*.md, guidelines.md, README.md. If the directory doesn't exist or has no skill files, report the error and stop. Note any missing files — gaps are themselves a finding.python3 {skill-reviewer-dir}/scripts/pre-review-checks.py {target-dir} — captures structural, frontmatter, reference, sequencing, and content-quality issues deterministically. Treat FAIL results as pre-validated findings; apply judgment to WARN results. If the script is not present, skip and check manually..artifacts/skill-reviewer/{skill-name}/review.md:## Skill Review: {skill-name}
[2-3 sentence overall assessment]
### Strengths
- [What's well-done]
### Findings
| # | Severity | File | Finding | Suggestion |
|---|----------|------|---------|------------|
| 1 | HIGH | skills/scan.md | ... | ... |
### Summary
- **Blockers**: {count}
- **Suggestions**: {count}
- **Verdict**: [one-line summary]
skill-reviewer/
SKILL.md # This file — workflow overview and routing
guidelines.md # Principles, hard limits, safety, quality standards
README.md # User-facing documentation
commands/
review.md # /review command — loads guidelines + skill
prompts/
analyze-skill.md # Prompt template for Explore sub-agent (large skill reading)
skills/
review.md # The review skill (detailed steps and output format)
scripts/
pre-review-checks.py # Automated structural/reference/sequencing/content-quality checks
development
Pre-cycle Feature sizing workflow that assesses Features from Jira using T-shirt sizes (XS–XXL), produces per-team effort breakdowns (DEV, QE, UX, UI, DOCS), and writes results back to Jira. Accepts a single Feature or all Features in a Fix Version for batch sizing. Use when sizing Features for cycle planning, prioritizing a release backlog, or evaluating whether a Feature fits in a cycle. Activated by commands: /ingest, /assess, /apply.
development
AI-driven code review workflow that reviews uncommitted changes using a discoverable reviewer profile, presents findings for human decision, and iterates until approved. Supports --unattended for automated iteration. Use when reviewing code before commit or PR. Activated by commands: /start, /continue, /clean.
development
Bulk-triage unresolved Jira bugs with AI-driven recommendations and an interactive HTML report. Scan also loads recently resolved bugs for regression matching in analyze. Use when triaging a project backlog, prioritizing bug fixes, identifying candidates for automated fixing, or reviewing stale issues. For one bug in depth (no artifacts), use /assess. Activated by commands: /run, /start, /scan, /analyze, /report, and /assess.
testing
Requirements-to-PRD workflow that ingests requirements from Jira, clarifies ambiguities through iterative Q&A, drafts a Product Requirements Document, and manages review via GitHub PRs. Use when creating PRDs, analyzing requirements, or preparing feature specifications for review. Activated by commands: /ingest, /clarify, /draft, /revise, /publish, /respond.