supervisor-commit

Enforce atomic commit standards and quality gates for Aura Protocol workflows.

1|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/dayvidpham/pasture --skill supervisor-commit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: supervisor-commit
Source: https://github.com/dayvidpham/pasture/tree/main/.opencode/skill/supervisor-commit
Command: npx skills add https://github.com/dayvidpham/pasture --skill supervisor-commit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents broken builds and disorganized commit histories by enforcing strict quality gates and standardized commit messaging for Aura Protocol workflows.

Core Features & Use Cases

  • Quality Gate Enforcement: Automatically mandates type checking and test execution before any staging or committing occurs.
  • Standardized Commit Formatting: Ensures all commits reference specific Beads task IDs and follow a structured format for better auditability.
  • Use Case: When a developer completes a layer or slice, this Skill ensures the code is verified and properly linked to the corresponding task before it is committed to the repository.

Quick Start

Run the supervisor-commit skill to validate your current changes and generate a compliant commit message linked to your active Beads tasks.

Frequently Asked Questions about supervisor-commit

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

FAQPage Schema
How do I enforce atomic commits and quality gates in a git workflow?

Atomic commits and quality gates are enforced by mandating type checking and test execution before staging, ensuring code is verified before it reaches the repository.

What is the best way to link git commits to specific task IDs?

Linking git commits to task IDs requires a standardized commit formatting process that validates and references active Beads tasks, generating compliant commit messages for better auditability.

Do I need the Beads CLI to automate commit message formatting?

Yes, the Beads CLI is required alongside git to ratify all commits against the implementation plan and ensure commit messages are properly linked to associated task IDs.

How does quality gate validation work before staging code changes?

Quality gate validation works by automatically mandating type checking and test execution, managing the transition from completed code layers to verified commits within the development workflow.

When should I use automated commit validation for Aura Protocol development?

Automated commit validation should be used when a developer completes a code layer or slice, ensuring the code is verified and properly linked to the corresponding task before committing.