Production development workflow with TODO tracking, Graphite PRs, GitHub issues, Vercel deploy checks, and SMS notifications. Use when starting a new task, fixing bugs, implementing features, or any development work that needs tracked progress and code review.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install senior-dev或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install senior-dev⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/senior-dev/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: senior-dev description: Production development workflow with TODO tracking, Graphite PRs, GitHub issues, Vercel deploy checks, and SMS notifications. Use when starting a new task, fixing bugs, implementing features, or any development work that needs tracked progress and code review. ---
A 12-step production workflow that keeps context across compaction.
cd ~/Projects/<project>
Create or append to TODO.md:
## [Date] Task: <description>
- [ ] Subtask 1
- [ ] Subtask 2
Complete work, check off TODO items as done.
Update CHANGELOG.md (create if missing):
## [Unreleased]
### Added/Changed/Fixed
- Description of change
git add -A
git diff --staged # Verify changes match request
Branch naming: (issue|feature|fix)/
gt create "feature/add-dark-mode" -m "Add dark mode toggle"
gt submit
If this fixes an issue, create the issue first:
gh issue create --title "Bug: description" --body "Details..."
# Note the issue number
gt create "issue/42-fix-login-bug" -m "Fix login bug (#42)"
gt submit
Wait for reviewer comments. Address feedback:
# Make fixes
git add -A
gt modify -m "Address review feedback"
gt submit
After PR merges:
git checkout main && git pull
For Vercel projects:
# Watch deployment (polls until Ready/Error, auto-fetches logs on failure)
vl
If build fails → gh issue create with error logs, restart from step 6.
Report completion format: > ✅ [Project] Task completed > PR:
| Step | Command | Purpose | |------|---------|---------| | Stage | git add -A | Stage all changes | | Verify | git diff --staged | Review before commit | | Branch | gt create "type/name" -m "msg" | Create branch + commit | | PR | gt submit | Push + create/update PR | | Issue | gh issue create | Track bugs/tasks | | Deploy | vl | Watch build, auto-fetch logs on error |
feature/ — New functionalityfix/ — Bug fixes issue/ — Linked to GitHub issue (include #number)chore/ — Maintenance, deps, configgt — Graphite CLI for stacked PRsgh — GitHub CLI for issuesvl — Vercel deploy watcher (or vercel CLI)安装 Senior Dev 后,可以对 AI 说这些话来触发它
Help me get started with Senior Dev
Explains what Senior Dev does, walks through the setup, and runs a quick demo based on your current project
Use Senior Dev to production development workflow with TODO tracking, Graphite PRs, G...
Invokes Senior Dev with the right parameters and returns the result directly in the conversation
What can I do with Senior Dev in my developer & devops workflow?
Lists the top use cases for Senior Dev, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/senior-dev/ 目录(个人级,所有项目可用),或 .claude/skills/senior-dev/(项目级)。重启 AI 客户端后,用 /senior-dev 主动调用,或让 AI 根据上下文自动发现并使用。
Senior Dev 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Senior Dev 可免费安装使用。请查阅仓库了解许可证信息。
Production development workflow with TODO tracking, Graphite PRs, GitHub issues, Vercel deploy checks, and SMS notifications. Use when starting a new task, fixing bugs, implementing features, or any development work that needs tracked progress and code review.
Senior Dev 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using Senior Dev
Identifies repetitive steps in your workflow and sets up Senior Dev to handle them automatically