Skip to content

feat: task generation skill - #40

Merged
dinh-pham-optimizely merged 6 commits into
mainfrom
feat/task-generation-skill
Jul 23, 2026
Merged

feat: task generation skill#40
dinh-pham-optimizely merged 6 commits into
mainfrom
feat/task-generation-skill

Conversation

@dinh-pham-optimizely

Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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, and definition-of-done to 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-generation subgraph 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.

Comment thread docs/WORKFLOW_DIAGRAMS.md Outdated
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@coderabbitai

coderabbitai Bot commented Jul 23, 2026

Copy link
Copy Markdown

Review Change Stack

Warning

Review limit reached

@dinh-pham-optimizely, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 52 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: dc40a274-8de0-4d34-a67d-ae2306216b83

📥 Commits

Reviewing files that changed from the base of the PR and between 6086157 and ae02bf3.

📒 Files selected for processing (17)
  • .claude-plugin/marketplace.json
  • .claude-plugin/plugin.json
  • .github/plugin/plugin.json
  • README.md
  • docs/WORKFLOW_DIAGRAMS.md
  • marketplace.json
  • package.json
  • skills/definition-of-done/SKILL.md
  • skills/pr-review/SKILL.md
  • skills/shared/dispatch.md
  • skills/start-ritus/SKILL.md
  • skills/task-generation/SKILL.md
  • skills/task-generation/templates/epic-memory.md
  • skills/task-generation/templates/qa-files.md
  • skills/task-generation/templates/task-files.md
  • skills/ticket-review/SKILL.md
  • skills/verify-task/SKILL.md

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.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 14 out of 17 changed files in this pull request and generated 3 comments.

Comment thread skills/ticket-review/SKILL.md Outdated
Comment thread skills/ticket-review/SKILL.md Outdated
Comment thread skills/task-generation/SKILL.md Outdated
dinh-pham-optimizely and others added 3 commits July 23, 2026 14:37
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>

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 14 out of 17 changed files in this pull request and generated no new comments.

@dinh-pham-optimizely
dinh-pham-optimizely merged commit 0a11ca7 into main Jul 23, 2026
4 checks passed
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.

Add a task-generation skill to keep task-file writing off the main thread

2 participants