From Ferrox Factory
Autonomous audit-to-fix pipeline — find issues, classify, fix, test, commit
How this skill is triggered — by the user, by Claude, or both
Slash command
/ferrox-core:ferrox-audit-fix --source <audit-uat> [--severity <medium|high|all>] [--max N] [--dry-run]--source <audit-uat> [--severity <medium|high|all>] [--max N] [--dry-run]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
<objective>
Flags:
--max N — maximum findings to fix (default: 5)--severity high|medium|all — minimum severity to process (default: medium)--dry-run — classify findings without fixing (shows classification table)--source <audit> — which audit to run (default: audit-uat)
<execution_context> @~/.claude/ferrox-core/workflows/audit-fix.md </execution_context>
Execute end-to-end.npx claudepluginhub ferroxlabs/ferrox-factory --plugin ferrox-coreRuns an audit, classifies findings as auto-fixable or manual-only, then autonomously fixes issues with test verification and atomic commits.
Runs an autonomous audit-to-fix pipeline: finds issues, classifies severity, auto-fixes with test verification, and commits changes atomicly.
Runs an autonomous audit-to-fix pipeline that finds issues, classifies them, applies fixes with test verification, and commits changes.