github-writeback-tracking
Installation
SKILL.md
Requires:
pip install openpyxl— this skill's scripts importopenpyxl.
github-writeback-tracking
Closes the loop: once issues exist in GitHub, stamp their numbers and URLs back onto
the spreadsheet the findings came from. The link between a row and its issue is the
key field, carried from [[github-extract-findings]] through github_backlog_result.json.
When this applies
- Spreadsheet sources only (
.xlsx/.csv/.tsv). - Doc / pasted-text sources: skip the script; just report the created issue links from
github_backlog_result.jsonin chat. - You need
github_backlog_result.jsonfrom [[github-create-issues]].
Before you write
Back up the user's source file first — github_tracking.py edits it in place: