fix

Apply user-approved fixes from .vibe-check assessments sequentially.

14|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/Hypership-Software/vibe-check --skill fix-hypership-software
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix
Source: https://github.com/Hypership-Software/vibe-check/tree/main/skills/fix
Command: npx skills add https://github.com/Hypership-Software/vibe-check --skill fix-hypership-software

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Review and apply fixes from a vibe-check assessment only after user approval, preventing unintended changes.

Core Features & Use Cases

  • Load fixable items from .vibe-check/checklist/ and present each item with what's wrong, proposed fix, and affected files.
  • Guide the user through approving fixes and apply them one at a time with verification and reporting.
  • Update checklist statuses and provide a running summary of results.

Quick Start

Use the vibe-check fix flow to load actionable items, review proposed fixes, obtain your approval, and apply fixes sequentially.

Frequently Asked Questions about fix

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

FAQPage Schema
How do I automate remediation workflows with user approval for codebase fixes?

Automated remediation workflows coordinate applying codebase fixes by loading actionable items, presenting proposed fixes, and requiring your item-level approval before any changes are applied sequentially.

How do I apply vibe-check assessment fixes one at a time with verification?

Applying vibe-check assessment fixes sequentially involves discovering fixable items, selecting specific fixes for approval, and executing them one at a time with verification and reporting after each application.

Can I review affected files and proposed fixes before approving remediation changes?

You can review affected files, what is wrong, and proposed fixes for each item before granting approval, ensuring full visibility into remediation changes prior to sequential execution.

Does the remediation workflow update checklist statuses after applying fixes?

The remediation workflow updates checklist statuses in the .vibe-check directory after applying fixes, providing a running summary of results and maintaining audit-ready commits for applied changes.

What's the best way to orchestrate agent-based fixes across multiple projects?

Agent-based fix orchestration across projects requires loading fixable items from .vibe-check checklists, guiding user approvals, and applying fixes sequentially with audit-ready commits and status updates.

Do I need a vibe-check assessment to use the fix workflow?

You need an existing vibe-check assessment with actionable items stored in the .vibe-check/checklist/ directory to load, review, and apply fixes through the remediation workflow.