phase-task-verification

Community

Automated git branch verification for reliable task execution.

Authorarittr
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill prevents silent failures and lost work in complex development workflows by ensuring proper git branch creation and verification across sequential and parallel task execution modes.

Core Features & Use Cases

  • Branch Creation & Verification: Automatically creates git-spice branches and verifies HEAD positioning based on execution mode.
  • Mode-Specific Logic: Handles both sequential (branch checkout verification) and parallel (HEAD detachment) scenarios.
  • Error Detection: Identifies and escalates git operation failures before they cause downstream issues.
  • Use Case: When running automated development pipelines with multiple tasks, use this Skill to ensure each task's work is properly staged in git branches and accessible for subsequent operations.

Quick Start

Use the phase-task-verification skill to create and verify a git branch for task "1-1" with run ID "8c8505" and commit message "Implement feature X".

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: phase-task-verification
Download link: https://github.com/arittr/spectacular/archive/main.zip#phase-task-verification

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository