gsd-audit-fix

Classify, fix, verify, and commit audit findings from a configured source.

264|11|Updated Apr 25, 2026
One-click install
npx skills add https://github.com/coco-research/coco --skill gsd-audit-fix-coco-research
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-audit-fix
Source: https://github.com/coco-research/coco/tree/main/systems/gsd/skills/gsd-audit-fix
Command: npx skills add https://github.com/coco-research/coco --skill gsd-audit-fix-coco-research

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill turns manual audit review into an autonomous remediation pipeline, helping you triage findings, apply routine fixes, and keep verification work moving quickly.

Core Features & Use Cases

  • Classify findings into auto-fixable and manual-only issues so you can focus human effort where it matters most.
  • Fix and verify eligible problems with test checks before making atomic commits.
  • Control scope with source, severity, max, and dry-run options for safer, more predictable audit runs.
  • Use case: Run it after a code audit to clean up medium or high severity issues without hand-editing each result.

Quick Start

Ask the skill to run the audit-fix workflow for your chosen source, classify findings, repair eligible issues, verify the fixes, and create atomic commits.

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 audit finding remediation for my codebase?

You can automate audit remediation by running a workflow that classifies findings into auto-fixable and manual-only categories, applies selective repairs, verifies fixes, and prepares commits.

Can I dry-run audit classification before applying any code fixes?

Yes, you can perform a dry-run classification to triage audit findings into auto-fixable and manual-only issues, allowing you to review scope and severity before applying any actual repairs.

What is the best way to triage high severity audit findings automatically?

The best way to triage high severity findings is using an automated remediation pipeline with severity filtering, which isolates eligible issues for repair and verification while flagging manual-only items.

Does the audit-to-remediation workflow support commit-ready output?

Yes, the workflow supports commit-ready output by creating atomic commits for eligible fixes only after they successfully pass test verification checks.

How do I control scope when fixing audit findings across a large project?

Control remediation scope by configuring source, severity, and max finding limits, ensuring the automated repair pipeline processes a predictable and safe subset of issues.

When should I avoid automated remediation for audit findings?

Avoid automated remediation for manual-only classified issues or when a dry-run reveals complex findings requiring human intervention, as the pipeline is designed for routine, selective repairs.