ferrox-audit-fix

Classify audit findings and fix eligible issues with verification and atomic commits.

21|9|Updated Jul 21, 2026
One-click install
npx skills add https://github.com/FerroxLabs/ferrox-factory --skill ferrox-audit-fix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ferrox-audit-fix
Source: https://github.com/FerroxLabs/ferrox-factory/tree/main/skills/ferrox-audit-fix
Command: npx skills add https://github.com/FerroxLabs/ferrox-factory --skill ferrox-audit-fix

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of reviewing audit findings one by one, classifying what can be fixed safely, and driving those fixes through validation and commit.

Core Features & Use Cases

  • Audit Triage: Separates findings into auto-fixable and manual-only categories so work can be prioritized correctly.
  • Autonomous Remediation: Fixes eligible issues end to end, then verifies the changes with tests before committing.
  • Controlled Scope: Supports severity filtering, a maximum fix count, and dry-run classification for safer execution.
  • Use Case: A developer can run it against an audit report to automatically repair a small set of medium and high severity issues while preserving an atomic commit history.

Quick Start

Ask the agent to run ferrox-audit-fix on the specified audit source and apply only the allowed severity range.

Frequently Asked Questions about ferrox-audit-fix

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically fix audit findings and commit the changes?

Automated audit remediation works by classifying findings into auto-fixable and manual-only categories, then repairing eligible issues with tool-based file editing. It validates changes with tests before committing them atomically to preserve history.

Can I filter audit remediation by severity and limit the number of fixes?

Yes, controlled scope supports severity filtering and a maximum fix count to limit automated remediation. You can apply dry-run classification to safely target only specific severity ranges, such as medium and high severity issues.

What is the best way to triage audit findings for automatic code repair?

Triage audit findings by classifying them into auto-fixable and manual-only categories to prioritize work correctly. The Skill then remediates eligible issues end to end, verifying changes with tests before committing them atomically.

Does the automated audit fix process run tests before committing changes?

Yes, autonomous remediation verifies repaired issues with test validation before committing changes. It fixes eligible issues end to end, ensuring source code changes pass tests before creating an atomic commit.

Can I perform a dry run to classify audit issues before applying fixes?

Yes, dry-run classification is supported to review audit issues before applying fixes. You can execute the Skill to triage findings and separate auto-fixable items from manual-only categories without immediately modifying source code or committing.