gsd-audit-fix

Automate codebase audits and apply tested fixes with atomic commits.

1|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/TruCol270/salty-pickle --skill gsd-audit-fix-trucol270
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gsd-audit-fix
Source: https://github.com/TruCol270/salty-pickle/tree/main/.claude-skills/gsd-audit-fix
Command: npx skills add https://github.com/TruCol270/salty-pickle --skill gsd-audit-fix-trucol270

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates end-to-end auditing and autonomous fixes for codebases, reducing manual triage and accelerating remediation.

Core Features & Use Cases

  • Automated Audit & Classification: Run a comprehensive audit and categorize findings as auto-fixable or manual-only.
  • Autonomous Fix & Verification: Apply safe, tested fixes with automated tests and atomic commits.
  • Configurable Workflow: Control source audits, maximum fixes, severity thresholds, and dry-run mode in CI/CD or local development.

Quick Start

Execute the audit-fix workflow against your repository to automatically classify and fix auto-fixable issues.

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 static analysis issue fixing in a CI/CD pipeline?▼

Automated static analysis issue fixing executes audits, classifies findings, applies tested fixes, and creates atomic commits. Configure this workflow in CI/CD pipelines using flags like --source, --severity, and --dry-run to control remediation.

What is the best way to audit a codebase and automatically fix issues?▼

The best way to audit and auto-fix a codebase is running an end-to-end workflow that categorizes issues as auto-fixable or manual-only, applies safe fixes with automated tests, and commits them atomically to accelerate remediation.

Can I limit the number of automated code fixes applied to my repository?▼

Yes, you can limit automated code fixes by using the --max flag to cap the number of fixed items. This configurable workflow also supports severity thresholds via --severity to control which issues are remediated.

Does the automated audit and fix workflow support dry-run mode?▼

Yes, the automated audit and fix workflow supports dry-run mode via the --dry-run flag. This allows you to execute the audit and classify issues without applying actual fixes to your codebase.

How does autonomous code fixing classify issues found by static analysis?▼

Autonomous code fixing classifies static analysis findings by categorizing them as either auto-fixable or manual-only. This issue classification ensures only safe, tested fixes are applied with atomic commits.

When should I use a dry-run for codebase audit and fix workflows?▼

Use a dry-run for codebase audit and fix workflows when you want to execute audits and classify issues without modifying code. The --dry-run flag enables this safe preview before applying actual fixes and atomic commits.