feat(git): add task coordination to plugin skills - #7
Conversation
WalkthroughAdds "Task Coordination" documentation to four git skill SKILL.md files (branch, commit, detect-conventions, pr), describing task creation, metadata updates during workflow, and final result reporting. Changes are documentation-only; some coordination blocks are duplicated within files. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 2✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Add TaskCreate/TaskUpdate coordination to commit, pr, and branch skills for progress visibility and cross-skill coordination. Enables subagents like detect-conventions to read and update shared task context. - Create coordination task at workflow start - Update metadata as workflow progresses - Mark completed with result data - Subagents can read parent task context Token impact: ~300 per workflow execution Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
0de13e3 to
ca8a0c5
Compare
Summary
Add task coordination to git plugin skills (commit, pr, branch, detect-conventions) for progress visibility and cross-skill coordination.
Changes
Task Coordination Design
Coordination-only tasks for minimal token overhead (~300 per workflow):
Validation
✅ Plugin structure validation passed
✅ Markdown linting passed (0 errors)
✅ claudelint passed
🤖 Generated with Claude Code
Summary by CodeRabbit
Documentation
Chores
✏️ Tip: You can customize this high-level summary in your review settings.