Skip to content

feat(git): add task coordination to plugin skills - #7

Merged
cblecker merged 1 commit into
mainfrom
feat/git-task-coordination
Jan 28, 2026
Merged

feat(git): add task coordination to plugin skills#7
cblecker merged 1 commit into
mainfrom
feat/git-task-coordination

Conversation

@cblecker

@cblecker cblecker commented Jan 28, 2026

Copy link
Copy Markdown
Owner

Summary

Add task coordination to git plugin skills (commit, pr, branch, detect-conventions) for progress visibility and cross-skill coordination.

Changes

  • commit skill: Create coordination task at start, update with conventions, mark completed with result
  • pr skill: Create coordination task at start, update with PR result (URL, number)
  • branch skill: Create coordination task at start, update with branch name result
  • detect-conventions skill: Read parent task context, update parent with findings

Task Coordination Design

Coordination-only tasks for minimal token overhead (~300 per workflow):

  • Parent skills create single task at workflow start
  • Subagents read/update shared task for context
  • No per-step task tracking (prose workflow remains primary driver)
  • Token impact: ~100 for TaskCreate, ~50 per TaskUpdate, ~100 for TaskList

Validation

✅ Plugin structure validation passed
✅ Markdown linting passed (0 errors)
✅ claudelint passed

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Documentation

    • Added Task Coordination guidance to git-related skill docs, describing workflow start, runtime metadata updates, and end-of-workflow result reporting; expanded integration notes on how git operations interact.
    • Note: the coordination block was duplicated across some docs and appears twice.
  • Chores

    • Plugin version increment (non-behavioral).

✏️ Tip: You can customize this high-level summary in your review settings.

@coderabbitai

coderabbitai Bot commented Jan 28, 2026

Copy link
Copy Markdown

Walkthrough

Adds "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

Cohort / File(s) Summary
Git Skills Task Coordination Docs
git/skills/branch/SKILL.md, git/skills/commit/SKILL.md, git/skills/detect-conventions/SKILL.md, git/skills/pr/SKILL.md
Added "Task Coordination" sections describing: create coordination task at workflow start, update metadata during execution (conventions, errors, user decisions), and mark task complete with result metadata. Note: duplicate coordination blocks present in branch and pr files.
Plugin Version Bump
git/.claude-plugin/plugin.json
Version increment from 0.2.1 to 0.2.2 (metadata change only).

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

Poem

🐰 I hopped through docs with a tiny quill,
I mapped each task with carrot-scented will,
Start, update, finish — a tidy trail,
Branches and PRs follow my jaunty tail,
Hooray for coordinated hops and skill!

🚥 Pre-merge checks | ✅ 2
✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'feat(git): add task coordination to plugin skills' directly and clearly summarizes the main change—adding task coordination documentation across multiple git plugin skills.

✏️ 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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

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>
@cblecker
cblecker force-pushed the feat/git-task-coordination branch from 0de13e3 to ca8a0c5 Compare January 28, 2026 21:53
@cblecker
cblecker merged commit 1ac74d6 into main Jan 28, 2026
8 checks passed
@cblecker
cblecker deleted the feat/git-task-coordination branch January 28, 2026 21:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant