Spec Kit Git Commit
Independent PiSkill directory guide. The original prompt remains hosted by GitHub Spec Kit.
What does this prompt do?
Prepares a focused Git commit by inspecting the actual diff, checking repository state, preserving scope, and writing a message that explains the change accurately.
Primary use case
Create a clean commit for validated repository changes.
Expected output
A focused commit and accurate commit message.
Inputs or variables
- working tree changes
- repository conventions
Related prompts
Spec Kit Tasks to GitHub Issues
Converts an approved engineering task list into traceable GitHub issues while preserving dependencies, scope, acceptance criteria, and implementation context.
Claude Commit Workflow
Creates a focused Git commit from the current changes after inspecting repository state, understanding intent, and preparing an accurate commit message.
Autofix GitHub Actions with Codex
Demonstrates a Codex workflow that reads failed GitHub Actions evidence, identifies the responsible change or configuration, proposes a focused repair, and validates it.
Deploy an ADK Agent to Agent Engine
Walks through packaging, configuring, deploying, invoking, and observing an Agent Development Kit agent on Vertex AI Agent Engine.
Git Commit Message
Inspects repository changes and drafts a concise commit message grounded in the actual diff.
Spec Kit Bug Assessment
Assesses a reported defect against repository evidence, expected behavior, reproduction details, impact, and implementation context before a fix is attempted.