audit-remediation

Apply approved remediation fixes from audit plans across repositories.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/metasaver/claude-marketplace --skill audit-remediation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audit-remediation
Source: https://github.com/metasaver/claude-marketplace/tree/main/plugins/metasaver-core/skills/workflow-steps/audit-remediation
Command: npx skills add https://github.com/metasaver/claude-marketplace --skill audit-remediation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the application of remediation actions from audit resolutions. It updates config files, syncs templates, and applies code fixes using appropriate domain/config agents, enabling rapid, validated remediation after approvals.

Core Features & Use Cases

  • Parse remediation plan and group fixes by type (config, template, code, file-creation)
  • Execute fixes in dependency-respecting order using the appropriate agents
  • Validate changes (existence, content, syntax) and track outcomes
  • Gracefully handle failures and accumulate a final summary

Quick Start

Provide remediation_plan[], templates, and repoType (e.g., "library"), then trigger the audit-remediation skill to apply approved fixes and return a summary.

Frequently Asked Questions about audit-remediation

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

FAQPage Schema
How do I automatically apply fixes from an audit resolution?

Audit remediation automatically applies approved fixes by parsing the remediation plan, grouping changes by type (config, template, code, file-creation), executing them in dependency order using appropriate agents, and validating outcomes before returning a summary of applied and failed fixes.

Can I use audit remediation to sync templates across repositories?

Yes. Audit remediation handles template synchronization as one of its grouped fix types, applying template updates across library and consumer repositories in dependency-aware order after user approval.

What types of fixes does audit remediation handle?

Audit remediation groups and applies four fix types: config file updates, template synchronization, code fixes, and file creation. Each type is routed to its appropriate agent and validated for existence, content, and syntax.

How does audit remediation handle dependencies between fixes?

Audit remediation executes fixes in dependency-respecting order, ensuring that prerequisite changes complete before dependent ones, preventing conflicts and validation failures across library and consumer repositories.

What output do I get after running audit remediation?

Audit remediation returns applied_fixes, failed_fixes, files_modified, and a summary report tracking which remediation actions succeeded, which failed, and what files were changed.

What happens if a fix fails during remediation?

Audit remediation gracefully handles failures by continuing to process remaining fixes, accumulating both successful and failed outcomes in the final summary so you see the complete remediation state.