Read an existing GitHub issue and its comments and produce a structured task delta. Use when the user asks to read/review an issue before planning or implementation.
Read issue context without mutating GitHub state.
Use when the user asks to:
review the planreview issue<!-- gh-csi:plan v1 --> (and optional label).<!-- gh-csi:plan v1 --> (not title similarity).gh-csi workflow read-issue-context \
--issue "<issue or url, optional>" \
--json
Use this compact schema:
Issue: #<n> <title> (updated <timestamp>)
Requested changes:
- <item 1>
Unresolved questions:
- <question or "none">
Proposed delta:
- Add: ...
- Modify: ...
- Remove: ...