framework_repair_suggester

Detect framework issues and generate structured REPAIR-task proposals.

2|Updated Nov 15, 2025
One-click install
npx skills add https://github.com/grandinh/claude-chaos-express --skill framework-repair-suggester
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: framework_repair_suggester
Source: https://github.com/grandinh/claude-chaos-express/tree/main/.claude/skills/framework_repair_suggester
Command: npx skills add https://github.com/grandinh/claude-chaos-express --skill framework-repair-suggester

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Diagnosing and fixing issues within a complex framework can be challenging and time-consuming. This Skill automatically detects framework problems and proposes systematic REPAIR- tasks to address them, saving you debugging effort.

Core Features & Use Cases

  • Automated Issue Detection: Monitors for framework misbehavior (e.g., broken write-gating, state corruption, skill misfires) and identifies root causes.
  • Root Cause Analysis: Investigates why issues occurred, checks related components, reviews recent changes, and assesses impact and urgency.
  • Structured REPAIR Tasks: Generates detailed REPAIR- task proposals with problem definitions, investigation steps, proposed fixes, and success criteria.
  • Use Case: If you notice write-gating isn't blocking writes in DISCUSS mode, simply describe the issue, and this Skill will propose a REPAIR- task with a clear plan to fix the critical safety vulnerability.

Quick Start

Write-gating isn't blocking writes in DISCUSS mode, suggest a REPAIR task.

Frequently Asked Questions about framework_repair_suggester

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

FAQPage Schema
How do I detect framework issues and get repair plans automatically?

Framework issue detection analyzes your system for problems like broken write-gating, state corruption, and skill misfires, then generates structured REPAIR-task proposals with root cause analysis, investigation steps, and fix recommendations to resolve critical issues systematically.

Can this detect write-gating failures and safety vulnerabilities in DISCUSS mode?

Yes, automated issue detection monitors write-gating behavior across all DAIC modes including DISCUSS, identifying when gating isn't blocking writes and flagging safety vulnerabilities so you can propose targeted repairs.

What does a REPAIR-task proposal include?

Each REPAIR-task proposal contains a problem statement, root cause analysis, investigation steps, affected files, proposed code fixes, success criteria, and prevention strategies to guide your repair effort end to end.

Does this modify framework code directly or just propose repairs?

This Skill generates analysis-only REPAIR-task artifacts without modifying framework code, letting you review and approve proposed fixes before implementing them yourself.

What framework issues can it detect across different modes?

Detection scope includes gating failures, framework misbehavior, out-of-sync documentation, and non-triggering skills across DISCUSS, ALIGN, IMPLEMENT, and CHECK modes to catch systemic problems.

Can I use this for troubleshooting skills that aren't firing correctly?

Yes, automated detection identifies non-triggering skills and other framework misbehavior, then proposes structured repair tasks with investigation steps and fixes to restore correct skill execution.