phase-commit

Automate SDLC phase artifact commits with phase-aware formats and manifest updates.

Updated Jan 15, 2026
One-click install
npx skills add https://github.com/arbgjr/smart_alarm --skill phase-commit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: phase-commit
Source: https://github.com/arbgjr/smart_alarm/tree/main/.claude/skills/phase-commit
Command: npx skills add https://github.com/arbgjr/smart_alarm --skill phase-commit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires logging_utils.sh, and includes scripts (resource) components.

What problem does it solve?

Esta Skill automatiza o commit de artefatos no fim de cada fase do SDLC, garantindo rastreabilidade e histórico claro do progresso do projeto.

Core Features & Use Cases

  • Commit automático de artefatos por fase do SDLC, com registro claro de cada etapa.
  • Suporte a checkpoints e rollback facilitando o retorno a um estado conhecido.
  • Integração com o orchestrator para disparar o commit após mudanças de fase.

Quick Start

Use a phase-commit para registrar artefatos após a conclusão de uma fase, fornecendo o id do projeto e o número da fase. A skill irá preparar o staging, criar o commit com o formato da fase, empurrar para o remoto se configurado e atualizar o manifest com o hash do commit.

Frequently Asked Questions about phase-commit

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

FAQPage Schema
How do I automate git commits for SDLC phase artifacts?

Automate git commits for SDLC phase artifacts by triggering commits during phase transitions or checkpoints. This stages changes, optionally pushes to remotes, and updates a manifest with commit metadata to maintain an auditable history.

What is the best way to track progress and ensure traceability across SDLC phases?

Track progress across SDLC phases by enforcing a phase-aware commit format at each checkpoint. This creates a consistent, auditable history and automatically updates a manifest with commit metadata whenever the orchestrator detects a phase change.

Does this automation tool support pushing phase artifacts to remote repositories?

Yes, this automation tool supports pushing phase artifacts to remotes. After staging changes and enforcing the phase-aware commit format, it optionally pushes to configured remotes and updates the manifest with the resulting commit hash.

Can I use this to create checkpoints and rollback to a known state during phase transitions?

Yes, you can use this for checkpoints and rollback during phase transitions. It automates committing phase artifacts at the end of each SDLC phase, creating a consistent history that facilitates returning to a known state.

How do I enforce a phase-aware commit format for project artifacts?

Enforce a phase-aware commit format by automating artifact commits during SDLC phase changes. The process stages changes, applies the formatted commit, optionally pushes to remotes, and updates a manifest with the commit hash for tracking.