
from vibe-check10
Present fixable issues from a vibe-check assessment and apply agent-assisted fixes only after explicit user approval.
This skill loads a prior vibe-check assessment and presents agent-doable checklist items with proposed fixes. It sequences fixes, requests explicit user approval before applying changes, verifies results, and updates checklist status.
Use after running a vibe-check assessment to remediate security, config, or quality issues that can be automated or partially automated. Not for items requiring legal text or human policy decisions.
.vibe-check/checklist/ structure and metadata files.Agents that can read repo files, propose diffs, run verification steps, and commit (git-enabled agents such as Codex/Copilot-like or CI-based agents) are best suited.
Orchestrator skill for applying fixes identified by vibe-check assessments. Presents fixable items with clear descriptions, requires explicit user approval before changes, and spawns sub-agents for sequential fix application with rollback on failure. No bundled scripts — purely instruction-based. Well-structured 6-phase workflow with good error handling and status tracking. Niche utility limited to vibe-check ecosystem users.
Clean skill with strong safety-first design. Explicit user approval gate before any changes is excellent. No scripts to audit — all orchestration is instruction-based. Well-documented commit conventions and error handling patterns.