You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Daily style normalization review identified 9 reporting workflows that do not explicitly instruct the agent to use ### (h3) or lower for all report headers. This is required because GitHub renders issue/discussion titles as h1, so agent-generated content must start at h3 to maintain proper document hierarchy.
Review period: Last 24 hours of workflow activity Reviewed: 58 reporting workflows Compliant: 49 ✅ Non-compliant: 9 ⚠️
Required Change (for each workflow below)
Add the following line to the output/report section of each workflow prompt:
Use `###` (h3) or lower for all headers in the report body. Never use `#` (h1) or `##` (h2) — these are reserved for the issue/discussion title rendered by GitHub.
If the workflow produces long lists, also add:
Wrap long sections (>5 items) in `<details><summary><b>Section Name</b></summary>` blocks.
Good reference examples: static-analysis-report.md, daily-repo-chronicle.md, audit-workflows.md
### Output
Create an issue with the following structure:
## Performance Summary### Benchmarks
...
After — explicit h3 mandate:
### Output
Create an issue using `###` (h3) or lower for all headers. Never use `#` or `##` in the body.
Use `<details><summary><b>Section</b></summary>` to collapse sections longer than 5 items.
### Performance Summary#### Benchmarks
...
Next Steps
Update the 9 workflows above to include explicit h3 header mandate in their output/report sections
For workflows generating long lists, also add <details> wrapping guidance
Monitor next run to confirm compliance
References:
§29334865423 — workflow run that generated this report
Warning
Firewall blocked 1 domain
The following domain was blocked by the firewall during workflow execution:
awmgmcpg
To allow these domains, add them to the network.allowed list in your workflow frontmatter:
Overview
Daily style normalization review identified 9 reporting workflows that do not explicitly instruct the agent to use
###(h3) or lower for all report headers. This is required because GitHub renders issue/discussion titles as h1, so agent-generated content must start at h3 to maintain proper document hierarchy.Review period: Last 24 hours of workflow activity⚠️
Reviewed: 58 reporting workflows
Compliant: 49 ✅
Non-compliant: 9
Required Change (for each workflow below)
Add the following line to the output/report section of each workflow prompt:
If the workflow produces long lists, also add:
Good reference examples:
static-analysis-report.md,daily-repo-chronicle.md,audit-workflows.mdNon-Compliant Workflows
daily-cli-performance.github/workflows/daily-cli-performance.mddaily-community-attribution.github/workflows/daily-community-attribution.mddaily-doc-healer.github/workflows/daily-doc-healer.mddaily-geo-optimizer##without h3 mandate.github/workflows/daily-geo-optimizer.mddaily-multi-device-docs-tester.github/workflows/daily-multi-device-docs-tester.mddaily-reliability-review.github/workflows/daily-reliability-review.mddaily-safeoutputs-git-simulator.github/workflows/daily-safeoutputs-git-simulator.mddesigner-drift-audit.github/workflows/designer-drift-audit.mdrepo-audit-analyzer.github/workflows/repo-audit-analyzer.mdExample: Before vs After
Before — no guidance given:
After — explicit h3 mandate:
Next Steps
<details>wrapping guidanceReferences:
Warning
Firewall blocked 1 domain
The following domain was blocked by the firewall during workflow execution:
awmgmcpgSee Network Configuration for more information.