From c52c22b39e7f4b7f29e027a52bb034ac26764cc2 Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Thu, 4 Jun 2026 23:47:06 +0200 Subject: [PATCH] Document issue view gh fields --- .pi/prompts/is.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.pi/prompts/is.md b/.pi/prompts/is.md index ccdb27e1..b0319f63 100644 --- a/.pi/prompts/is.md +++ b/.pi/prompts/is.md @@ -7,7 +7,10 @@ Analyze GitHub issue(s): $ARGUMENTS For each issue: 1. Add the `inprogress` label to the issue via GitHub CLI and assign the issue to the local `gh` user before analysis starts. If either action fails, report that explicitly and continue. -2. Read the issue in full, including all comments and linked issues/PRs. +2. Read the issue in full, including all comments and linked issues/PRs. Use fields supported by GitHub CLI, for example: + ```sh + gh issue view --json title,body,comments,labels,assignees,state,url,author,createdAt,updatedAt,closedByPullRequestsReferences + ``` 3. Do not trust analysis written in the issue. Independently verify behavior and derive your own analysis from the code and execution path. 4. **For bugs**: