agentsclimarketplace

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.

Install
npx -y skills add chf3198/megingjord-harness --skill github-ticket-lifecycle-orchestrator

Assembled 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

  1. No unbounded loops. Max one lifecycle pass per invocation.
  2. If required evidence is missing, return NO_CHANGE with missing artifacts.
  3. 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 IDs TICKET-NNN

Good: Fix header nav contrast on dark hero backgrounds Bad: fix(nav): fix header nav contrast TICKET-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)

PhaseKey actions
intakeValidate issue, apply labels/priority/milestone
planningSplit to sub-issues, add dependencies, set project fields
executionOne branch per ticket, link in Development panel, atomic commits
pre-prPR links issue with closing keywords, test evidence attached
reviewResolve feedback, re-run checks after changes
mergeRequired reviews/checks satisfied, merge per repo policy
closeoutIssue 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.

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.