findings-to-github-issues
Installation
SKILL.md
Requires:
pip install requests— this skill's scripts importrequests.
findings-to-github-issues (orchestrator)
Run the full pipeline: a source document in, a GitHub Issues backlog out. You coordinate six sibling skills; each owns its step and its data contract. Your job is to sequence them, keep the working files together, and enforce the safety gates so nothing irreversible happens without the user seeing it first.
Why an orchestrator: the value is in the gates. Creating issues is a write the user cannot easily undo (close is manual; notifications already fired), so the pipeline is deliberately staged: read-only extraction and classification first, a visual dry-run that creates nothing, an explicit human approval, then the real write.