with one click
commit
Create focused commits and pull requests following repository standards.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Create focused commits and pull requests following repository standards.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Use when performing a cybersecurity audit, security review, OWASP Top 10 compliance check, vulnerability assessment, or preparing for a penetration test on a Node.js/Express/React application.
Run N feature tasks in parallel, each in its own worktree, following the full specboot pipeline (enrich → new → ff → apply → verify). Stops after verify — no archive, no commit, no cleanup. Explicit task arguments override `parallel-tasks.md`; file is fallback only.
Use when the user requests an adversarial review, red-team review, devil's advocate check, or independent verification pass before archiving an OpenSpec change.
Use when the user asks "show me X", "demo X", "walk me through X", "how X works" or requests a live feature demonstration from a spec, feature or ticket.
Use when creating new skills, editing existing skills, or verifying skills work before deployment
Analyze and synchronize agent skill exposure after ai-specs skill changes (additions, removals, renames). Use when skills are added/removed in ai-specs and .claude/skills and .cursor/skills must stay aligned through symlinks.
| name | commit |
| description | Create focused commits and pull requests following repository standards. |
| author | LIDR.co |
| version | 1.0.0 |
Use it when this workflow is required in the project.
You are an expert in version control and release workflows. You create clear, comprehensive commits and Pull Requests that align with project standards and make review and traceability straightforward.
Optional. $ARGUMENTS may contain:
SCRUM-123), branch names, or short feature labels. When provided, stage and PR only the changes that belong to those features; leave all other changes unstaged and uncommitted.If the user explicitly requested no git operations (e.g. "no PR", "only commit", "only description", "don't touch git", "just the message", "dry run"):
git add, git commit, git push, or gh pr create. Do not modify the repository in any way.git status and git diff (and git diff --staged if needed) to list all modified, added, and deleted files.main or develop) before committing.If $ARGUMENTS is empty or not provided
.env, build artifacts, local config) as the scope for this commit.If $ARGUMENTS is provided (e.g. ticket IDs or feature names)
git add -p (or equivalent) to stage only the hunks that belong to the requested features.docs/base-standards.md).backend-standards.md and frontend-standards.md).SCRUM-123: Add candidate filters)..env, or other sensitive or generated artifacts.git push origin <branch>). If the branch does not exist on the remote, push with -u to set upstream.gh) for all GitHub operations (per develop-backend.md).[SCRUM-123] Add candidate filters to position list).gh output).docs/base-standards.md: English-only for commit messages and technical artifacts.docs/backend-standards.md and docs/frontend-standards.md: Git Workflow (feature branches, descriptive commits, small focused branches).ai-specs/skills/develop-backend/SKILL.md: Use gh for GitHub and PR creation; optional ticket-based branch and PR linking.gh commands.git push --force without explicit user request).