Agent skill
ship
Commit, push, and create a PR for the current feature branch
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/ship-duanegoodner-agentrelay
SKILL.md
Ship the current feature branch: commit all changes, push, and open a PR.
Steps:
- Run
git status(no -uall flag),git diff(staged + unstaged), andgit log --oneline -5to understand the current state. - Stage all relevant changed/new files (prefer naming files explicitly over
git add -A). Do NOT stage files that likely contain secrets. - Write a concise commit message (1-2 sentences) focusing on the "why".
End the message with:
Use a HEREDOC to pass the commit message.
Co-Authored-By: Claude Opus 4.6 <[email protected]> - Push the branch to the remote with
-u. - Create a PR with
gh pr create. The PR body must include:## Summary(1-3 bullet points)## Test plan(bulleted checklist)- Footer:
Generated with [Claude Code](https://claude.com/claude-code)Use a HEREDOC for the body.
- Print the PR URL when done.
If $ARGUMENTS is provided, use it as additional context for the commit message.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?