원클릭으로
issue-contract-maintainer
Maintain GitHub issue contracts through template audits, ambiguity clarification, and user-decision application.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Maintain GitHub issue contracts through template audits, ambiguity clarification, and user-decision application.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Open a conservative Robot SF PR with scope verification, freshness checks, and artifact discipline.
Use for an autonomous Robot SF issue-to-PR loop that selects eligible GitHub issues, implements one scoped issue at a time, validates, pushes, and opens PRs.
Guarded PR merger; merges merge-ready PRs after verifying label, CI status, branch protection, and preflight checks.
Use for an autonomous Robot SF PR review loop that fixes scoped review gaps, validates proof, resolves review threads, and applies merge-ready; not for merging.
Autonomous issue-to-PR workflow from next eligible issue to ready PR with consistent metadata handling.
Continuous goal autopilot; orchestrates implement, review, merge, and discover cycles with preflight validation and delegation failure recovery.
| name | issue-contract-maintainer |
| description | Maintain GitHub issue contracts through template audits, ambiguity clarification, and user-decision application. |
| category | github-issue |
| kind | orchestrator |
| phase | planning |
| requires_write | true |
| requires_slurm | false |
| requires_benchmark_artifacts | false |
| delegates_to | ["gh-issue-clarifier","gh-issue-template-auditor","issue-audit","issue-splitter"] |
| output_schema | skill_run_summary.v1 |
| aliases | ["issue-contract-audit","issue-clarification"] |
Use this skill when an issue needs contract maintenance before implementation: template compliance, ambiguity clarification, or applying a user decision.
audit-template-compliance: compare issue bodies with .github/ISSUE_TEMPLATE/ and repair clear gaps without changing intent.clarify-ambiguity: identify problem, scope, solution, or validation ambiguity and post concise options with pros/cons.apply-user-decision: update issue text, labels, and Project #5 state after the user resolves a readiness question.
For research backlog revision, keep interesting-but-not-next paths open at lower priority by
default. Record the reason for deprioritizing and the revival condition that would make the issue
relevant again. Close only duplicate, invalid, fully superseded, or no-longer-useful research
options.split-parent-to-child: hand a parent, epic, decision, or research issue to issue-splitter
when one smallest independently implementable child can be extracted without changing intent.
Controlled multi-child batches are allowed only when the maintainer explicitly requested a
bounded batch from a reviewed source plan; otherwise keep the one-child default.For audit-template-compliance, treat the ## Archetype Metadata YAML block as part of the issue
contract. Preserve the block, validate archetype and evidence_tier against
docs/context/issue_1512_issue_archetypes.md, require a linked_policy key to remain present, and
flag malformed YAML or invalid values instead of inventing replacements.
docs/context/issue_713_batch_first_issue_workflow.md batching discipline.gh REST operations for ordinary issue edits; reserve GraphQL for Project #5 fields.decision-required, write the smallest decision prompt, and stop.split-parent-to-child, require a duplicate child check first and update the parent with
Next Implementable Child only after a child issue exists and the relationship is clear.gh-issue-autopilot.issue-splitter controlled multi-child mode for a bounded reviewed plan.mode: audit-template-compliance | clarify-ambiguity | apply-user-decision | split-parent-to-child
issue: "#..."
edits_made:
- "..."
project_updates:
- "..."
blockers:
- "..."
next_skill: gh-issue-autopilot | gh-issue-sequencer | issue-splitter | none