Skip to content

fix: normalize report formatting guidance across workflow prompts - #49677

Merged
pelikhan merged 2 commits into
mainfrom
copilot/workflow-style-normalize-report-formatting-0a007b04-b9d2-4d6f-a8e3-cd5d79ccd5d1
Aug 2, 2026
Merged

fix: normalize report formatting guidance across workflow prompts#49677
pelikhan merged 2 commits into
mainfrom
copilot/workflow-style-normalize-report-formatting-0a007b04-b9d2-4d6f-a8e3-cd5d79ccd5d1

Conversation

Copilot AI commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

14 workflow prompt files were missing explicit instructions for report header levels, progressive disclosure, and report structure — causing agents to generate #/## headers and unstructured output inconsistent with the style guide.

Changes

11 workflow files updated to add or expand reporting guidance with three consistent rules:

  • Use ### (h3) or lower for all report headers; never # or ## in report body
  • Wrap long lists/tables/details in <details><summary><b>...</b></summary>...</details>
  • Structure: overview → key metrics/issues → collapsible detail → next actions

repo-audit-analyzer.md additionally had 13 report template headers demoted from #/## to ###/#### to align the template with the new guidance.

daily-geo-optimizer.md had ## GEO Audit Report and ## GEO Improvement in its report body templates corrected to ###.

Skipped

File Reason
agentic-token-audit.md Upstream-managed (source: githubnext/agentic-ops@...) — read-only
agentic-token-trend-audit.md Already fully compliant
daily-squid-image-scan.md Already has explicit ###/#### and <details> guidance

Pattern added (example)

## Reporting Guidelines

- Use `###` (h3) or lower for all report headers; never use `#` or `##` inside the report body.
- Wrap long lists, tables, and detailed findings in `<details><summary><b>...</b></summary>...</details>` blocks for progressive disclosure.
- Structure reports as: overview → key metrics/issues → collapsible detail → next actions.

Files that already had a ### Output Format section (e.g. daily-doc-healer.md, daily-multi-device-docs-tester.md) had those sections expanded in-place rather than adding a duplicate section.

Add explicit reporting guidelines (h3+ headers, <details> progressive
disclosure, overview→metrics→details→actions structure) to 11 workflow
files listed in issue #49580. Skip agentic-token-audit.md (upstream-
managed) and files that were already compliant.

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Normalize report formatting for non-compliant workflows fix: normalize report formatting guidance across workflow prompts Aug 1, 2026
Copilot AI requested a review from pelikhan August 1, 2026 23:20
@pelikhan
pelikhan marked this pull request as ready for review August 2, 2026 00:18
Copilot AI review requested due to automatic review settings August 2, 2026 00:18
@pelikhan
pelikhan merged commit 84d1e35 into main Aug 2, 2026
@pelikhan
pelikhan deleted the copilot/workflow-style-normalize-report-formatting-0a007b04-b9d2-4d6f-a8e3-cd5d79ccd5d1 branch August 2, 2026 00:18
Copilot stopped reviewing on behalf of pelikhan due to an error August 2, 2026 00:18

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot could not run the full agentic suite for this review because it was automatically requested on a bot-authored pull request. Request a review from Copilot under Reviewers to retry with the full agentic suite. Improved support for bot-authored pull requests is coming soon.

Standardizes report formatting guidance across multiple gh-aw workflow spec markdown files to enforce consistent header levels and collapsible detail sections.

Changes:

  • Updated embedded report templates to avoid # / ## headings (use ### or lower).
  • Added a consistent “Reporting Guidelines” section to multiple workflow specs.
  • Regenerated gh-aw lock files to reflect updated workflow spec bodies.
Show a summary per file
File Description
.github/workflows/repo-audit-analyzer.md Downgrades template headings and adds shared reporting guidelines for audit reports.
.github/workflows/repo-audit-analyzer.lock.yml Updates generated metadata hashes for the workflow spec changes.
.github/workflows/designer-drift-audit.md Adds reporting guidelines section and fixes list indentation.
.github/workflows/designer-drift-audit.lock.yml Updates generated metadata hashes for the workflow spec changes.
.github/workflows/daily-spending-forecast.md Tightens report formatting rules and details wrapper guidance.
.github/workflows/daily-spending-forecast.lock.yml Updates generated metadata hashes for the workflow spec changes.
.github/workflows/daily-safeoutputs-git-simulator.md Adds reporting guidelines section.
.github/workflows/daily-safeoutputs-git-simulator.lock.yml Updates generated metadata hashes for the workflow spec changes.
.github/workflows/daily-multi-device-docs-tester.md Adds explicit header/details formatting guidance to output format.
.github/workflows/daily-multi-device-docs-tester.lock.yml Updates generated metadata hashes for the workflow spec changes.
.github/workflows/daily-model-resolution.md Collapses formatting guidance into a single combined line.
.github/workflows/daily-model-resolution.lock.yml Updates generated metadata hashes for the workflow spec changes.
.github/workflows/daily-github-docs-seo-optimizer.md Adds reporting guidelines section.
.github/workflows/daily-github-docs-seo-optimizer.lock.yml Updates generated metadata hashes for the workflow spec changes.
.github/workflows/daily-geo-optimizer.md Downgrades template headings and adds explicit formatting guidance to output format.
.github/workflows/daily-geo-optimizer.lock.yml Updates generated metadata hashes for the workflow spec changes.
.github/workflows/daily-doc-healer.md Adds explicit header/details formatting guidance to output format.
.github/workflows/daily-doc-healer.lock.yml Updates generated metadata hashes for the workflow spec changes.
.github/workflows/daily-cli-performance.md Adds reporting guidelines section.
.github/workflows/daily-cli-performance.lock.yml Updates generated metadata hashes for the workflow spec changes.
.github/workflows/daily-awf-spec-compiler-surfacing.md Adds reporting guidelines section.
.github/workflows/daily-awf-spec-compiler-surfacing.lock.yml Updates generated metadata hashes for the workflow spec changes.

Review details

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 22/22 changed files
  • Comments generated: 4
  • Review effort level: Lite

Comment on lines +456 to 458
### 🤖 GitHub Actions Analysis

### Current Workflows

Use `###` or lower for all headings inside the issue body.
Wrap verbose tables in `<details><summary>…</summary>` blocks.
Use `###` or lower for all headings inside the issue body; never use `#` or `##` inside the report body. Wrap verbose tables in `<details><summary>…</summary>` blocks. Structure reports as: overview → key metrics/issues → collapsible detail → next actions.
Comment on lines +712 to +716
## Reporting Guidelines

- Use `###` (h3) or lower for all report headers; never use `#` or `##` inside the report body.
- Wrap long lists, tables, and detailed findings in `<details><summary><b>...</b></summary>...</details>` blocks for progressive disclosure.
- Structure reports as: overview → key metrics/issues → collapsible detail → next actions.

### Output Format

Use `###` (h3) or lower for all report headers; never use `#` or `##` inside the report body. Wrap long lists, tables, and detailed findings in `<details><summary><b>...</b></summary>...</details>` blocks for progressive disclosure.
@github-actions

github-actions Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

🎉 This pull request is included in a new release.

Release: v0.84.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[workflow-style] Normalize report formatting for non-compliant workflows

3 participants