Export skill outputs to issue trackers (GitHub/Forgejo/Linear) #10

Closed
opened 2026-04-24 02:59:35 +00:00 by frank · 1 comment
Owner

Summary

Push skill outputs (scope items, tech debt, security findings, sprint items) directly to issue trackers as labeled issues.

Why

Skill outputs live in JSON sidecars. For actionable tracking, items need to land in the developer's actual issue tracker.

Implementation

  • Support GitHub, Forgejo, and Linear APIs
  • Map categories to labels automatically
  • Idempotent: no duplicates on re-run

Effort

Medium (1-3 days)

## Summary Push skill outputs (scope items, tech debt, security findings, sprint items) directly to issue trackers as labeled issues. ## Why Skill outputs live in JSON sidecars. For actionable tracking, items need to land in the developer's actual issue tracker. ## Implementation - Support GitHub, Forgejo, and Linear APIs - Map categories to labels automatically - Idempotent: no duplicates on re-run ## Effort Medium (1-3 days)
frank closed this issue 2026-04-24 19:47:22 +00:00
Author
Owner

Implemented in 665f24b. export_issues.py supports GitHub and Forgejo APIs, reads scope/techdebt/security/sprint sidecars, auto-creates labels, and tracks exports idempotently via .exported.json.

Implemented in 665f24b. export_issues.py supports GitHub and Forgejo APIs, reads scope/techdebt/security/sprint sidecars, auto-creates labels, and tracks exports idempotently via <slug>.exported.json.
Sign in to join this conversation.
No description provided.