Github ticket lifecycle orchestrator
Skill chf3198/megingjord-harness/skills/github-ticket-lifecycle-orchestrator
AI agent governance harness: baton workflow, fleet LLM routing (Ollama/Claude/OpenRouter), and CI gates for Copilot, Claude Code, and Codex.
npx -y skills add chf3198/megingjord-harness --skill github-ticket-lifecycle-orchestratorAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 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
Naming conventions and phase protocol for GitHub ticket lifecycle. Baton workflow in manager-ticket-lifecycle.
SKILL.md
2.6 KB, 626 tokens by cl100k_base, as published. Nobody here has run it
GitHub Ticket Lifecycle Orchestrator
Hard constraints
- No unbounded loops. Max one lifecycle pass per invocation.
- If required evidence is missing, return
NO_CHANGEwith missing artifacts. - Do not claim merge/closeout success without verification evidence.
Issue title format — plain imperative
<Imperative verb phrase describing the desired outcome> [≤ 72 chars]
- Start with imperative verb: "Fix", "Add", "Normalize", "Audit", "Stabilize"
- Plain English, human-scannable in boards and notifications
- No
type(scope):prefix — type/scope expressed via labels - No bracket tags
[BUG], no parallel IDsTICKET-NNN
Good: Fix header nav contrast on dark hero backgrounds
Bad: fix(nav): fix header nav contrastTICKET-008: Fix header
Commit and PR title format — Conventional Commits
<type>(<scope>): <imperative description> [≤ 72 chars]
Types: feat fix chore content perf refactor docs style test
Branch naming
<type>/<issue-number>-<short-slug> — e.g. fix/5-nav-contrast, feat/11-footer-redesign
Template requirements
Every repo must have .github/ISSUE_TEMPLATE/ with at minimum: bug, task, epic forms.
Config: blank_issues_enabled: false. Plus PULL_REQUEST_TEMPLATE.md with issue linkage.
Phase protocol (compact)
| Phase | Key actions |
|---|---|
| intake | Validate issue, apply labels/priority/milestone |
| planning | Split to sub-issues, add dependencies, set project fields |
| execution | One branch per ticket, link in Development panel, atomic commits |
| pre-pr | PR links issue with closing keywords, test evidence attached |
| review | Resolve feedback, re-run checks after changes |
| merge | Required reviews/checks satisfied, merge per repo policy |
| closeout | Issue state transition, branch deletion, post-merge cleanup |
Label taxonomy reference
See manager-ticket-lifecycle for full label taxonomy:
type:*, status:*, priority:*, area:*, role:*
Output format
TICKET_LIFECYCLE_REPORT
phase: <phase>
scope: <repo|org>
policy_profile: <strict|standard|light>
checks:
- id: C1
result: <pass|fail|partial>
observation: <finding>
actions:
1) priority: <P1|P2|P3>
owner: <role>
change: <action>
decision: <apply|defer|NO_CHANGE>
missing_evidence: <none or list>
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.