一键导入
start-work
Start new work on an issue with discovery, worktree/branch setup, TDD workflow, and draft PR creation. Use when beginning work on a GitHub issue.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Start new work on an issue with discovery, worktree/branch setup, TDD workflow, and draft PR creation. Use when beginning work on a GitHub issue.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Generate properly formatted Conventional Commits messages with Claude Code footer. Use when creating git commits, writing commit messages, or the user mentions "commit", "git commit", or wants to save changes.
Prepare structured PR reviews using a three-phase framework (Context, Analysis, Validation). Use when reviewing pull requests, when user shares a PR URL, or mentions "review PR", "code review", or "check this PR".
| name | start-work |
| description | Start new work on an issue with discovery, worktree/branch setup, TDD workflow, and draft PR creation. Use when beginning work on a GitHub issue. |
When starting work on a new issue, follow this complete workflow from discovery to draft PR.
Before creating any branches or worktrees, gather context:
Fetch Issue Details
Codebase Analysis
Pattern Recognition
Scope Clarification
Once discovery is complete and scope is confirmed:
Create Worktree or Branch
elenatanasoiu/{issue-number}-short-description
elenatanasoiu/42-fix-auth-bug../worktrees/{branch-name}/Verify Setup
Follow test-driven development with linting checkpoints:
Write Failing Tests First
test: add tests for [feature]Implement Until Tests Pass
feat: implement [feature]Refactor & Improve
refactor: [improvement]Checkpoint Commits
Semantic Commit Format:
test: for test changesfeat: for new featuresfix: for bug fixesrefactor: for code improvements without behavior changesdocs: for documentation onlychore: for build, config, or dependency updatesBefore pushing, ensure quality:
Final Quality Checks
Commit Final Changes
chore: fix linting issuesPush to Remote
Create a draft PR with proper context:
PR Title
PR Body
Closes #{issue-number}Mark as Draft
Handoff
This skill works well with: