From forge
Use when the user wants to undo Forge progress and return to an earlier checkpoint or phase. Triggers include "rollback", "go back", "the earlier version was better", "go back to design", and any request to restore a previous Forge tag safely.
npx claudepluginhub cjy5507/forge --plugin forgeThis skill uses the workspace's default tool permissions.
<Purpose>
Implements structured self-debugging workflow for AI agent failures: capture errors, diagnose patterns like loops or context overflow, apply contained recoveries, and generate introspection reports.
Monitors deployed URLs for regressions in HTTP status, console errors, performance metrics, content, network, and APIs after deploys, merges, or upgrades.
Provides React and Next.js patterns for component composition, compound components, state management, data fetching, performance optimization, forms, routing, and accessible UIs.
<Use_When>
User selects a tag
Confirm with user: "Rolling back to forge/v1-design means:
If confirmed:
a. Save current state as backup tag: git tag forge/backup-{timestamp}
b. Reset to selected tag: git checkout {tag} -- . (safe checkout, not hard reset)
c. Update .forge/state.json:
Invoke forge:continue to continue from the rolled-back phase
<Tool_Usage>