npx claudepluginhub jimloop/custom-claude-package --plugin deploy-workflowThis skill uses the workspace's default tool permissions.
执行完整的 Git 工作流和部署流程。
Verifies tests pass on completed feature branch, presents options to merge locally, create GitHub PR, keep as-is or discard; executes choice and cleans up worktree.
Guides root cause investigation for bugs, test failures, unexpected behavior, performance issues, and build failures before proposing fixes.
Writes implementation plans from specs for multi-step tasks, mapping files and breaking into TDD bite-sized steps before coding.
执行完整的 Git 工作流和部署流程。
/workdone-deploy 或 work-done按顺序执行以下步骤:
在项目的 CLAUDE.md 中配置部署信息:
## Deployment Configuration
DEPLOY_SERVER=user@your-server.com
DEPLOY_PATH=/path/to/project
DEPLOY_METHOD=docker-compose
DEPLOY_SERVICE_NAME=your-service