Finalizes, archives, and commits completed OpenSpec work.
Install
mkdir -p .claude/skills/commit-hongding0211 && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/13027" && unzip -o skill.zip -d .claude/skills/commit-hongding0211 && rm skill.zipInstalls to .claude/skills/commit-hongding0211
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Archive and sync a completed OpenSpec change, then create a Conventional Commit and push the current branch. Use when the user asks to commit, archive-and-commit, sync OpenSpec changes before committing, create a feat/fix/chore commit, or push completed OpenSpec work.Key capabilities
- →Select a completed OpenSpec change
- →Verify the completion status of the selected change
- →Inspect the Git working tree for relevant and unrelated changes
- →Archive and sync the OpenSpec change
- →Create a Conventional Commit message
How it works
The skill identifies a completed OpenSpec change, verifies its status, archives it, and then creates a Conventional Commit message before pushing the current branch.
Inputs & outputs
When to use commit
- →Archiving completed changes
- →Committing verified OpenSpec work
- →Pushing finished tasks
About commit
Verifies that an OpenSpec change is complete, archives it, and performs a Git commit using Conventional Commit standards before pushing the branch.
Archive and sync a completed OpenSpec change, then create a Conventional Commit and push the current branch. Use when the user asks to commit, archive-and-commit, sync OpenSpec changes before committing, create a feat/fix/chore commit, or push completed OpenSpec work.
When not to use it
- →When OpenSpec changes are not complete
- →When validation of an OpenSpec change fails
- →When the remote Git branch has moved and force-push is not explicitly requested
Limitations
- →Does not stage unrelated dirty files silently
- →Does not revert user changes
- →Does not force-push without explicit user request
How it compares
This workflow integrates OpenSpec change management with Git operations, ensuring that only verified and archived changes are committed and pushed.
Compared to similar skills
commit side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| commit (this skill) | 0 | 3mo | No flags | Intermediate |
| resolve-conflicts | 81 | 8mo | Review | Intermediate |
| openspec-onboard | 10 | 6mo | Review | Beginner |
| codex-cli-bridge | 9 | 9mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
resolve-conflicts
antinomyhq
Use this skill immediately when the user mentions merge conflicts that need to be resolved. Do not attempt to resolve conflicts directly - invoke this skill first. This skill specializes in providing a structured framework for merging imports, tests, lock files (regeneration), configuration files, and handling deleted-but-modified files with backup and analysis.
openspec-onboard
studyzy
Guided onboarding for OpenSpec - walk through a complete workflow cycle with narration and real codebase work.
codex-cli-bridge
alirezarezvani
Bridge between Claude Code and OpenAI Codex CLI - generates AGENTS.md from CLAUDE.md, provides Codex CLI execution helpers, and enables seamless interoperability between both tools
skill-sync
KyleKing
Syncs Claude Skills with other AI coding tools like Cursor, Copilot, and Codeium by creating cross-references and shared knowledge bases. Invoke when user wants to leverage skills across multiple tools or create unified AI context.
github-workflow-automation
ruvnet
Advanced GitHub Actions workflow automation with AI swarm coordination, intelligent CI/CD pipelines, and comprehensive repository management
git-advanced-workflows
wshobson
Master advanced Git workflows including rebasing, cherry-picking, bisect, worktrees, and reflog to maintain clean history and recover from any situation. Use when managing complex Git histories, collaborating on feature branches, or troubleshooting repository issues.