feat: task generation skill - #40
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a new task-generation worker skill to split “task file generation + self-review + execution plan drafting” out of ticket-review for STANDARD/EPIC flows, and updates existing workflow docs/skills to route and reference the new templates.
Changes:
- Introduces
skills/task-generation(skill + templates) for generating task files, QA files, and EPIC memory files, plus self-review and execution plan drafting. - Updates
ticket-review,dispatch,verify-task,pr-review, anddefinition-of-doneto use/point at the new worker and template locations. - Updates README and workflow diagrams to document the additional intra-skill worker.
Reviewed changes
Copilot reviewed 9 out of 12 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| skills/verify-task/SKILL.md | Updates QA template reference to the new task-generation QA template path. |
| skills/ticket-review/SKILL.md | Delegates STANDARD/EPIC task-file generation to the new task-generation subagent; SIMPLE remains inline. |
| skills/task-generation/SKILL.md | New worker skill defining task generation flow, constraints, self-review, and output contract. |
| skills/task-generation/templates/task-files.md | New SIMPLE + STANDARD/EPIC task file templates. |
| skills/task-generation/templates/qa-files.md | New QA file templates and QA-mode rules. |
| skills/task-generation/templates/epic-memory.md | New EPIC memory file template and lifecycle guidance. |
| skills/start-ritus/SKILL.md | Adds task-generation to subagent guard + workflow tracking skill list. |
| skills/shared/dispatch.md | Documents task-generation as an intra-skill worker and updates SIMPLE fix-task template reference. |
| skills/pr-review/SKILL.md | Updates QA template reference to the new task-generation QA template path. |
| skills/definition-of-done/SKILL.md | Moves doc-trigger-matrix reference from ticket-review to task-generation. |
| README.md | Documents the new skill, updates skill count, and updates repository structure notes. |
| docs/WORKFLOW_DIAGRAMS.md | Updates diagrams to include task-generation in the STANDARD/EPIC flow. |
Comments suppressed due to low confidence (1)
docs/WORKFLOW_DIAGRAMS.md:236
- In Diagram 2, the
task-generationsubgraph is labeled “per triage”, but task-generation is dispatched by ticket-review after the completeness gate (post-approval), not during triage. This label should be updated to match the actual workflow described elsewhere.
subgraph "Fresh Subagent - per triage"
TG["task-generation skill 🤖\ngenerates task files + execution plan"]
end
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
|
Warning Review limit reached
Next review available in: 52 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (17)
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 |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
No description provided.