Loading...
Loading...
End-to-end orchestrator that turns findings from ANY input (audit spreadsheet, code/security review, QA report, meeting notes, a pasted list of issues) into a GitHub Issues backlog with a milestone, labels, and a tracking issue. Drives the sibling github-backlog skills in order with safety gates. Trigger whenever the user says "turn this audit/spreadsheet/review/list of issues into GitHub issues", "create a backlog from these findings", "file these as GitHub issues", "import this xlsx/csv into GitHub", "make issues from this report", or hands you a source document and asks for it to land in GitHub. This is the headline, one-shot entry point (/github-backlog:run wraps it). Not for editing existing issues individually.
npx skill4agent add thodsaphonsonthiphin/workflow-daily-work findings-to-github-issuesextract-findings -> findings.json
classify-github-issues -> github_backlog_input.json (consumed by create_github_issues.py)
github-create-issues -> github_backlog_result.json (consumed by github_tracking.py)powershell -ExecutionPolicy Bypass -File "${CLAUDE_PLUGIN_ROOT}/scripts/setup_check_github.ps1"GH_OWNERGH_REPOfindings.jsonfindings.jsonkeycurrentexpectedseveritystatusfindings.jsonneeds-reviewgithub_backlog_input.jsonGATE — estimates. Show the table and get the user's OK / adjustments before the visual dry-run.
github_backlog_input.jsonGATE — stop here. Do not proceed until the user has explicitly approved the list. Present the count, the milestone, and the labels, and wait for a clear yes.
github_backlog_result.json$env:GH_OWNER = "Cartagena365"
$env:GH_REPO = "GlassHull"
python "${CLAUDE_PLUGIN_ROOT}/scripts/create_github_issues.py" `
--input "<workdir>/github_backlog_input.json" `
--output "<workdir>/github_backlog_result.json"keynumberurlgithub_backlog_result.jsonGATE — back up the source first.
github_tracking.pyadd-columnswriteback