一键导入
complete
Complete task: validate, document, review, commit, and merge to develop. Use when all implementation is done and ready to finalize.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Complete task: validate, document, review, commit, and merge to develop. Use when all implementation is done and ready to finalize.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
End-of-session reflection. Extracts memories, suggests updates to about-taylor.md and CLAUDE.md. Run before ending a long session or when context is getting full. Triggers on "debrief", "extract memories", "session summary".
Sync all git repos - my-life top repo and spaces/ projects
Morning routine check-in. Use at start of day to review yesterday, set up today's journal, and check learning reviews due. Triggers on "good morning", "morning", "start my day", "what's on for today".
Silently refresh AI context by reading project configuration and guidelines. Use when starting a new conversation, after context loss, or before major tasks.
Fetch and summarize latest articles from RSS feeds. Creates notes with article summaries as bullet points. Use to catch up on blogs without reading everything. Triggers on "rss catchup", "blog catchup", "check feeds", "summarize articles".
Fetch and summarize latest videos from priority YouTube channels. Creates notes with transcripts summarized as bullet points. Use to catch up on subscriptions without watching everything. Triggers on "youtube catchup", "video catchup", "check youtube", "summarize videos".
| name | complete |
| description | Complete task: validate, document, review, commit, and merge to develop. Use when all implementation is done and ready to finalize. |
| model | claude-sonnet-4-20250514 |
| allowed-tools | Read, Write, Edit, Glob, Grep, Bash, Task |
Complete a task with full validation, documentation updates, reviews, and automatic merge to develop.
/complete careerbrain 002 # Complete specific issue
/complete careerbrain # Complete current/active issue
GitFlow Pattern: feature/* → develop (automatic) | develop → main (requires PR)
✓ All phases complete (5/5)
or
✗ Incomplete phases:
- [ ] 1.3 - Implement session refresh
Acceptance Scenario Coverage:
Success Metrics Verification:
Out-of-Scope Enforcement:
Agent Constraints Check:
If the TASK has an implements: field, update inline status markers in the spec:
# Before (in spaces/[project]/docs/specs/*.md)
- 🚧 User registration with email/password
# After
- ✅ User registration with email/password
This provides public visibility into what's implemented.
Scan and validate ALL docs in spaces/[project]/docs/:
MANDATORY: Add entries under [Unreleased] section.
Categories:
### Added - New features (TASKs)### Fixed - Bug fixes (BUGs)### Changed - Modifications### Security - Security updates## YYYY-MM-DD HH:MM - COMPLETED
Issue ### complete and ready for merge.
Summary:
- [What was implemented]
- [What was deferred]
Set issue frontmatter: status: complete
Stage and commit documentation changes.
If not already done:
git checkout develop
git pull origin develop
git merge --no-ff feature/###-slug
git push origin develop
git branch -d feature/###-slug
Next actions:
1. Start next task: /implement project ### --full
2. View status: /project-status project
3. Merge to main (requires PR): gh pr create --base main --head develop
Before merge, verify:
/issue → /plan → /implement → /commit → /complete
↓
Update docs + CHANGELOG
↓
Run reviews
↓
Merge to develop