github-issue-backlog-agent
Installation
SKILL.md
GitHub Issue Backlog Agent (github-issue-backlog-agent)
Routing Directive: USE ONLY when promoting ephemeral single-session local tasks (
tasks/*.md) into durable tracked GitHub Issues. DO NOT USE for managing local kanban boards (usetask-agentinstead) or directly creating/searching issues from execution friction (usegithub-issue-agentinstead).
The github-issue-backlog-agent skill bridges local task scratch items into durable GitHub Issues. It parses local task markdown files, constructs evidence-backed markdown bodies conforming to repository taxonomy guidelines, and invokes gh_issue_create.py in dry-run or live mode.
Safety & Security Contracts
- Dry-Run Execution Default (
execute=False): By default, callingtask_to_issue_bridge.pyoutputs a structured JSON payload detailing the issue title, body, and labels without creating a live GitHub issue. Live creation requires--execute. - Taxonomy Enforcement: Every escalated issue is validated against
issue-taxonomy.jsonrules (type:*,tier:*,source:*,risk:*, andarea:*/plugin:*). - Secret Redaction: Both title and body undergo secret scanning via
redaction_gate.pyprior to payload generation or issue submission.