A formal Fagan Inspection skill pack for code review and defect discovery. It turns a staged diff, working tree, or PR range into a structured inspection process with a prioritized defect log.
fagan-inspectionfagan-inspection-beads
- Uses a formal inspection flow instead of an ad hoc review pass
- Detects scope from staged changes, working tree changes, or PR context
- Produces a structured inspection report with defect tracking
- Includes an optional Beads-backed variant for turning defects into follow-up issues
- Mirrors packaged skills into both
.claude/skills/and.agents/skills/
git clone https://github.com/45ck/fagan-inspection-skill.git
cd fagan-inspection-skill
bash install.shThis installs every packaged skill into both:
~/.claude/skills/~/.agents/skills/
cp -R .claude /path/to/your-project/
cp -R .agents /path/to/your-project/bash uninstall.sh/fagan-inspection
/fagan-inspection focus on auth module and SQL queries
/fagan-inspection-beads
/fagan-inspection-beads --include-minor
.claude/skills/<skill>/SKILL.md packaged skill format
.agents/skills/<skill>/SKILL.md mirrored packaged skill format
install.sh global installer
uninstall.sh global uninstaller
LICENSE MIT
- quality-reviewer - Run structured review and rework prioritization
- security-reviewer - Escalate findings with security implications
- business-analysis-skills - Business analysis techniques, workflows, and quality checks
- marketing-product-skills - Product strategy, growth, positioning, launch, SEO, and pricing skills
- hci-review-skill - Structured HCI and UX review skills
- software-architecture-skills - Architecture options, views, risks, and tradeoff writing
- data-structures-algorithmic-reasoning-skills - Data structure selection and algorithmic reasoning skills
- oop-code-structure-skills - Object-oriented design and class-structure review skills
- web-engineering-skills - Web request handling, MVC, validation, routing, and navigation skills
- backend-persistence-skills - Persistence, schema, ORM, query, and migration skills
- enterprise-architecture-integration-skills - Enterprise topology, integration, messaging, and cloud skills
- uml-analysis-modelling-skills - UML analysis and modelling skills
- verification-test-design-skills - Verification, coverage, decision-table, and oracle design skills
- automation-testing-skills - Unit, integration, API, UI, regression, and flaky-test skills
- non-functional-testing-skills - Performance, resilience, scalability, soak, stress, and NFR testing skills
- software-quality-skills - Quality models, technical debt, maintainability, and reliability skills
- code-review-inspection-skills - Formal inspection, checklist-driven review, metrics, and rework planning skills
- refactoring-code-smells-skills - Refactoring, anti-pattern, duplication, and code smell review skills
- design-for-testability-skills - Seams, DI, determinism, hidden I/O, and testability design skills
- security-engineering-skills - Threat modeling, boundaries, least privilege, and secure defaults skills
- authentication-cryptography-skills - Authentication, token, certificate, revocation, and MITM review skills
- pentest-security-testing-skills - Pentest scoping, recon, attack-surface mapping, OWASP, and finding-report skills
- llm-agent-security-skills - Prompt injection, agent permissions, retrieval trust, memory, and tool-chain security skills
- deployment-release-skills - Deployment strategy, go-live readiness, rollback, and release operations skills
- maintenance-evolution-skills - Maintenance triage, change impact, migration, regression, and deprecation skills
- project-management-skills - Project chartering, scope, WBS, milestones, estimation, and closure skills
- agile-delivery-skills - Backlog shaping, sprint goals, retrospectives, blockers, and delivery discipline skills
- cloud-platform-operations-skills - Cloud placement, rollout readiness, patching, migration waves, and lifecycle operations skills
- documentation-evidence-skills - Specifications, rationale, reports, traceability, plans, and evidence quality skills
- research-literature-review-skills - Search strategy, screening, synthesis, evidence strength, and gap-analysis skills