Claude Commit Workflow
Independent PiSkill directory guide. The original prompt remains hosted by Anthropic Claude Code.
What does this prompt do?
Creates a focused Git commit from the current changes after inspecting repository state, understanding intent, and preparing an accurate commit message.
Primary use case
Prepare and create a repository commit from reviewed working-tree changes.
Expected output
A validated commit with an accurate, scoped message.
Inputs or variables
- working tree
- commit intent
Related prompts
Git Commit Message
Inspects repository changes and drafts a concise commit message grounded in the actual diff.
Git Merge Planner
Plans and performs a Git merge by inspecting branches, commits, conflicts, repository guidance, tests, and rollback options before finalizing history.
Claude Agent SDK App Starter
Starts a new Claude Agent SDK application by gathering requirements, selecting an appropriate structure, and creating an implementation-ready project foundation.
Claude Code Review
Runs Anthropic's multi-perspective Claude Code review workflow over a pull request and filters candidate findings for relevance and confidence.
Claude Feature Development
Guides feature development through codebase discovery, clarification, architecture, implementation, review, and verification rather than jumping directly into edits.
Claude Hook Generator
Turns a described automation or policy requirement into a Claude Code hook configuration with appropriate events, matching logic, and safe behavior.