with one click
remediate
Fix open compliance findings with evidence capture and human approval
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Fix open compliance findings with evidence capture and human approval
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Generate an audit-ready compliance report grouped by SOC2 and HIPAA controls
Show current compliance posture across all findings
Run a Prowler compliance scan against your AWS account (SOC2 + HIPAA)
| name | remediate |
| description | Fix open compliance findings with evidence capture and human approval |
| user_invocable | true |
| argument_description | Optional: a finding ID (FINDING-xxx), 'all' for all open findings, or a severity filter like '--severity critical,high' |
Fix open compliance findings identified by the scanner.
If $ARGUMENTS contains a specific finding ID (e.g., FINDING-s3-a1b2c3d4):
Use the Agent tool to spawn a single remediator agent:
subagent_type: remediatorIf $ARGUMENTS is all or empty:
.compliance/findings/FINDING-*.jsonstatus is open--severity if provided in argumentssubagent_type: remediatorIf $ARGUMENTS contains --severity critical,high:
/remediate # Remediate all open findings
/remediate FINDING-s3-a1b2c3d4 # Fix one specific finding
/remediate all # Same as no args
/remediate --severity critical # Only critical findings
/remediate --severity critical,high # Critical and high
For each finding, the remediator will:
After all remediations, show a summary of what was fixed.