do-integration-audit
SolidDeep audit of a named feature's integration health: orphan code, dead wiring, missing tests, config gaps. Use when asked to audit a feature's integration or wiring. User-invoked only.
Install
Quality Score: 77/100
Skill Content
Details
- Author
- tomcounsell
- Repository
- tomcounsell/ai
- Created
- 5 years ago
- Last Updated
- yesterday
- Language
- Python
- License
- GPL-3.0
Similar Skills
Semantically similar based on skill content — not just same category
audit
Audit existing project documentation for quality, completeness, consistency, and code alignment. Scans docs against the actual codebase to find stale references, missing coverage, internal contradictions, and quality issues. Generates a structured findings report with severity levels and actionable fix recommendations. Works on any project with a docs/ directory.
rails-audit
Use when auditing, reviewing, or doing a health-check of an existing/inherited Rails app — onboarding to a legacy codebase, assessing technical debt, or a pre-engagement code review. Orchestrates the deep-dive rails-* skills and produces a severity-ranked report. Triggers on: code audit, app review, legacy/inherited Rails app, technical debt assessment, 'review my Rails app'.
feature-audit-template
1. Inventory ALL features: - Skills (\`ls skills/*/SKILL.md\`) - Rules (\`ls rules/*/RULE.md\`) - Hooks — Claude (\`ls hooks/*/README.md\`) AND Codex (\`cat hooks.json\`) - Scripts (\`ls scripts/*.{sh,js}\`) - Templates (\`ls templates/*/TEMPLATE_README.md\`) 2. For each feature, check: - Does it have a Claude Code implementation? (source) - Does it have a Codex implementation? (wrapper, or mapping) - Is the Codex wrapper correct? (tool names mapped, hooks present, auto-load configured) - Does i