agentsclimarketplace

Converge

Skill HsuanYuLee/polaris/.claude/skills/converge

A Claude Code workspace template with AI skills for JIRA, PRs, code review, estimation, and daily standups

Install
npx -y skills add HsuanYuLee/polaris --skill converge

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Use when the user wants to push all in-flight work forward toward review in one pass — closing gaps across Epics, Bugs, and orphan Tasks. NOT for single-ticket work (use engineering) or read-only triage (use my-triage). Trigger: '收斂', 'converge', '推進', '全部推到 review', '把我的單收一收', 'epic 進度', '離 merge 還多遠', '補全'.

SKILL.md

3.3 KB, as published. Nobody here has run it

Converge

converge 是 batch convergence orchestrator:掃描使用者名下 active work,找出離 review / merge 的 gap,提出排序後的推進計畫,經使用者確認後才逐項委派下游 skill。

Contract

converge 不是單張 ticket 施工(用 engineering),也不是 read-only dashboard(用 my-triage)。它可以路由到 breakdownengineeringcheck-pr-approvalsfeature-branch-pr-gate.md,但不取代下游 skill 的 gate 或 ownership。 它屬於 mixed reader / routing orchestrator:workspace config 只用來決定 scan scope、 project set、與 reporting defaults,不得把 config read 本身升格成 stage authority。converge 可以提出 route proposal,但 proposal 不等於 workflow transition;只有下游 skill 自己的 shared gate / artifact contract 通過後,狀態才可合法前進。

若使用者指定 Epic key,只掃該 Epic 與子單;未指定 ticket 時掃 assigned active work。

Reference Loading

SituationLoad
Any runconverge-scan-gap-flow.md, workspace-config-reader.md, shared-defaults.md, jira-story-points.md
PR / feature branch statestale-approval-detection.md, feature-branch-pr-gate.md, pr-input-resolver.md
Execution after confirmationconverge-execution-flow.md, sub-agent-roles.md, workspace-language-policy.md
Report / artifactsconverge-reporting-flow.md, starlight-authoring-contract.md

Any sub-agent dispatch must include sub-agent-roles.md Completion Envelope.

Flow

  1. Load workspace config and resolve global mode or Epic-only mode.
  2. Fetch active assigned tickets and Epic children.
  3. Scan GitHub PR / feature branch state using the bundled reference scripts where available.
  4. 分類所有 gap,依「自己可推進、離 review 最近」排序。
  5. 呈現 Converge Plan,等待使用者明確確認或調整。
  6. After confirmation, execute selected items through downstream skills.
  7. Rescan and produce before/after report, skipped items, blockers, and next actions.

Hard Rules

  • Do not execute Phase 3 before user confirmation; batch changes need review.
  • Do not modify JIRA status directly; downstream skills own status movement.
  • Do not parallelize heavy NOT_STARTED implementation tickets.
  • Do not treat WAITING_QA / WAITING_RELEASE as gaps.
  • 不處理其他 assignee 的 tickets,除非使用者明確縮小或改寫範圍。
  • External Slack / JIRA / PR-facing text must pass workspace-language-policy.md.
  • Markdown artifacts under specs must pass starlight-authoring-contract.md.

Completion

Return scanned counts, gap counts, selected execution list, per-ticket result, before/after gap matrix, skipped waiting items, failed/blocker items, and follow-up routes.

Post-Task Reflection (required)

Execute post-task-reflection-checkpoint.md before reporting completion.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.