qsd-audit-fix

Automate audit workflows to classify and fix findings with test verification and atomic commits.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/thecomputer07/qsd --skill qsd-audit-fix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qsd-audit-fix
Source: https://github.com/thecomputer07/qsd/tree/main/skills/qsd-audit-fix
Command: npx skills add https://github.com/thecomputer07/qsd --skill qsd-audit-fix

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This solution automates the end-to-end audit workflow, classifying findings as auto-fixable or manual-only and applying fixes accordingly.

Core Features & Use Cases

  • Automated audit pass to identify code-quality issues, security concerns, and policy violations.
  • Auto-fix of fixable findings with test verification and atomic commits to preserve history.
  • Dry-run and detailed classification to surface risks before changes, with easy rollback.
  • Integration with existing CLAUDE qsd workflows for reproducible, repeatable remediation.

Quick Start

Run the audit-fix workflow against your codebase to automatically classify findings, apply safe fixes, verify results, and commit changes.

Frequently Asked Questions about qsd-audit-fix

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

FAQPage Schema
How do I automate code audit fixes and commit them safely?

Automated audit-fix workflows classify findings as auto-fixable or manual-only, apply safe fixes, run test verification, and create atomic commits across multiple files to preserve history.

What is an autonomous audit-to-fix workflow for software projects?

An autonomous audit-to-fix workflow automates end-to-end remediation by classifying code-quality issues, security concerns, and policy violations, then applying fixes with test verification and atomic commits.

How do I preview automated code fixes before applying them to my repository?

You can preview automated code fixes using the dry-run parameter to surface risks and classify findings before changes are applied, ensuring easy rollback if needed.

Can I limit the scope of automated remediation by severity or maximum fixes?

Yes, parameterized controls like max and severity allow you to limit automated remediation scope by filtering findings and restricting the number of fixes applied.

How does auto-fix handle findings that cannot be automatically resolved?

Auto-fix handles unresolvable findings by classifying them as manual-only, surfacing risks and policy violations for human intervention while safely applying fixes to the remaining auto-fixable issues.