Skip to content

Commit 91e4934

Browse files
Add issue_graph to server instructions for cross-tool workflows
Co-authored-by: SamMorrowDrums <4811358+SamMorrowDrums@users.noreply.github.com>
1 parent 7bba72a commit 91e4934

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pkg/github/instructions.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ Before creating a pull request, search for pull request templates in the reposit
6363
case "issues":
6464
return `## Issues
6565
66-
Check 'list_issue_types' first for organizations to use proper issue types. Use 'search_issues' before creating new issues to avoid duplicates. Always set 'state_reason' when closing issues.`
66+
Check 'list_issue_types' first for organizations to use proper issue types. Use 'search_issues' before creating new issues to avoid duplicates. Always set 'state_reason' when closing issues.
67+
68+
Use 'issue_graph' early when working on an issue to understand its context, hierarchy (epic → batch → task → PR), and related work. After identifying important issues in the graph, use 'issue_read' to get full details of specific issues.`
6769
case "discussions":
6870
return `## Discussions
6971

0 commit comments

Comments
 (0)