Normalize report-style output guidance in non-compliant workflows#34512
Merged
Conversation
Co-authored-by: gh-aw-bot <259018956+gh-aw-bot@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update report formatting for non-compliant workflows
Normalize report-style output guidance in non-compliant workflows
May 24, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR standardizes report/issue formatting guidance across two workflow prompt files so generated content follows the repo’s “h3-and-below” header hierarchy and uses progressive disclosure (<details><summary>…</summary>) for long analysis.
Changes:
- Added explicit output formatting constraints to
.github/workflows/github-mcp-tools-report.md(h3-or-lower headers +<details>progressive disclosure guidance). - Normalized the embedded Phase 4 report template headings in
.github/workflows/github-mcp-tools-report.mdfrom#/##to###/####/#####. - Added
<details>progressive-disclosure guidance to.github/workflows/ab-testing-advisor.mdoutput constraints for scannable issue bodies.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/github-mcp-tools-report.md | Adds/report-format constraints and downgrades template headings to match repo conventions (h3+). |
| .github/workflows/ab-testing-advisor.md | Adds a <details> guideline so long analysis is collapsible in generated issue bodies. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 2/2 changed files
- Comments generated: 0
Contributor
|
Detailsfor long analysis in the next pass.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This updates two workflow prompts that generate reports/issues but were inconsistent with the repo’s report formatting conventions. The changes align header hierarchy and progressive-disclosure guidance so generated content is easier to scan.
What changed
.github/workflows/github-mcp-tools-report.md###or lower for report headers<details><summary>…</summary>blocks#→#####→#########where needed).github/workflows/ab-testing-advisor.md<details><summary>View Details</summary>for scannabilityExample template pattern now required