Skip to content

Commit 292d5e5

Browse files
theletterfGPT-5.5
andcommitted
Reduce docs review noise
Tune the docs review workflow to avoid duplicating build and Vale feedback, and remove the shared message footer now that reactions apply globally. Co-authored-by: GPT-5.5 <gpt-5.5@openai.com> Made-with: Cursor
1 parent 7ff2ed2 commit 292d5e5

12 files changed

Lines changed: 54 additions & 116 deletions

File tree

.claude/skills/create-agentic-workflow/SKILL.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ imports:
7777
- gh-aw-fragments/formatting.md
7878
- gh-aw-fragments/rigor.md
7979
- gh-aw-fragments/mcp-pagination.md
80-
- gh-aw-fragments/messages-footer.md
8180
- gh-aw-fragments/safe-output-<type>.md
8281
engine:
8382
id: copilot
@@ -96,11 +95,6 @@ on:
9695
type: string
9796
required: false
9897
default: ""
99-
messages-footer:
100-
description: "Footer appended to all agent comments and reviews"
101-
type: string
102-
required: false
103-
default: ""
10498
secrets:
10599
COPILOT_GITHUB_TOKEN:
106100
required: true
@@ -135,7 +129,7 @@ steps:
135129
---
136130
```
137131

138-
Follow the frontmatter with the agent prompt in markdown. The imported fragments provide formatting guidelines, rigor standards, MCP pagination tips, safe-output limitations, and the message footer note — so you don't need to repeat those. Structure the workflow-specific prompt as:
132+
Follow the frontmatter with the agent prompt in markdown. The imported fragments provide formatting guidelines, rigor standards, MCP pagination tips, and safe-output limitations, so you don't need to repeat those. Structure the workflow-specific prompt as:
139133
1. **Role statement** — who the agent is and what it does
140134
2. **Data gathering** — what to read, search, or fetch
141135
3. **Analysis** — what to look for, how to evaluate findings

.github/workflows/gh-aw-docs-issue-scope.lock.yml

Lines changed: 11 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/gh-aw-docs-issue-scope.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ imports:
99
- gh-aw-fragments/formatting.md
1010
- gh-aw-fragments/rigor.md
1111
- gh-aw-fragments/mcp-pagination.md
12-
- gh-aw-fragments/messages-footer.md
1312
- gh-aw-fragments/safe-output-add-comment.md
1413
engine:
1514
id: copilot
@@ -27,11 +26,6 @@ on:
2726
type: string
2827
required: false
2928
default: ""
30-
messages-footer:
31-
description: "Footer appended to all agent comments and reviews"
32-
type: string
33-
required: false
34-
default: ""
3529
secrets:
3630
COPILOT_GITHUB_TOKEN:
3731
required: true

0 commit comments

Comments
 (0)