gsd-audit-fix

Automates audit execution, classification, fixing, verification, and atomic commits.

Updated Mar 23, 2026
One-click install
npx skills add https://github.com/roycolumbia-code/claude-global-config --skill gsd-audit-fix-roycolumbia-code
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-audit-fix
Source: https://github.com/roycolumbia-code/claude-global-config/tree/main/skills/_audit-disabled-20260706-1136/gsd-audit-fix
Command: npx skills add https://github.com/roycolumbia-code/claude-global-config --skill gsd-audit-fix-roycolumbia-code

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of running an audit, classifying findings, and fixing auto-fixable issues, with test verification and atomic commits.

Core Features & Use Cases

  • Autonomous Audit-to-Fix: Identifies and fixes issues in an audit autonomously.
  • Classification: Classifies findings as auto-fixable vs manual-only.
  • Testing and Verification: Tests fixed issues to ensure they are resolved.
  • Atomic Commits: Commits changes atomically to maintain data integrity.
  • Use Case: Ideal for automating the resolution of routine issues in code reviews or system audits, reducing manual effort and potential errors.

Quick Start

Run the gsd-audit-fix skill with the command: run-audit --source audit-uat --severity medium --max 5

Frequently Asked Questions about gsd-audit-fix

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

FAQPage Schema
How do I automate fixing audit findings in my codebase?

Automating audit finding fixes involves identifying issues, classifying them as auto-fixable or manual-only, applying fixes, and verifying resolutions with tests. This skill executes that end-to-end workflow using command-line operations.

What is the best way to classify audit issues for automated resolution?

Classifying audit issues for automated resolution means categorizing findings into auto-fixable and manual-only groups. This skill autonomously performs this classification, applies fixes to the auto-fixable set, and commits changes atomically.

How do I run an automated audit-to-fix pipeline with test verification?

Running an automated audit-to-fix pipeline with test verification requires executing a command specifying the audit source, severity, and max findings, such as `run-audit --source audit-uat --severity medium --max 5`. The pipeline handles execution, classification, fixing, and testing.

Does the automated audit fix workflow require Bash and command-line tools?

Yes, the automated audit fix workflow requires Bash, Grep, Glob, and other command-line tools to execute audit operations, classify findings, apply automated fixes, and perform test verification on your codebase.

How are automated code fixes committed to maintain data integrity?

Automated code fixes are committed atomically to maintain data integrity. Each resolved audit finding is committed as a single, indivisible unit after passing test verification, preventing partial or broken changes.

When should I avoid using an autonomous audit-to-fix pipeline?

You should avoid using an autonomous audit-to-fix pipeline for findings classified as manual-only, as the automation specifically targets and resolves routine auto-fixable issues to reduce manual effort and potential errors.