Skip to content

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

Description

@github-actions

Summary

Daily normalization review of agentic workflow prompts found 26 report-generating workflows (out of 50 active in the last 24h that create issues/discussions/comments) that don't fully follow the project's markdown style guidelines for reports (see .github/skills/reporting/SKILL.md).

Two consistently good references to model changes on:

  • daily-repo-chronicle.md
  • audit-workflows.md

Non-Compliant Workflows

Workflow file H1/H2 headers found <details> used? Notes
pr-sous-chef.md 8 yes (2) Body still uses #/## — should be ###+
test-quality-sentinel.md 8 yes (4) Same header issue
impeccable-skills-reviewer.md 6 yes (1) Same header issue
mattpocock-skills-reviewer.md 6 yes (5) Same header issue
design-decision-gate.md 10 yes (8) Same header issue
squad-implement-worker.md 5 none Missing progressive disclosure
issue-monster.md 9 yes (2) Same header issue
squad.md 7 none Missing progressive disclosure
auto-triage-issues.md 9 yes (3) Same header issue
contribution-check.md 10 yes (1) Same header issue
aw-failure-investigator.md 9 none Missing progressive disclosure
pr-triage-agent.md 6 yes (1) Same header issue
daily-safe-outputs-conformance.md 11 yes (2) Same header issue
daily-news.md 7 yes (2) Same header issue
designer-drift-audit.md 4 yes (2) Same header issue
cli-version-checker.md 10 yes (2) Same header issue
static-analysis-report.md 7 yes (2) Same header issue
squad-game-planner.md 3 none Missing progressive disclosure
constraint-solving-potd.md 5 yes (1) Same header issue
sergo.md 7 none Missing progressive disclosure
daily-mcp-concurrency-analysis.md 14 yes (2) Same header issue
daily-function-namer.md 16 yes (2) Same header issue
daily-aw-cross-repo-compile-check.md 16 yes (1) Same header issue
daily-experiment-report.md 17 yes (5) Same header issue
daily-community-attribution.md 13 yes (2) Same header issue
agent-job-health.md 7 yes (2) Same header issue

Required Changes

For each workflow above:

  1. Header levels: Rewrite report/output-format sections so the highest heading level used is ### (h3). Demote any #/## headings to ###/####.
  2. Progressive disclosure: For workflows with 0 <details> usages (squad-implement-worker.md, squad.md, aw-failure-investigator.md, squad-game-planner.md, sergo.md), add <details><summary><b>...</b></summary> blocks around any long lists/logs so summaries stay scannable.
  3. Report structure guidance: Where the prompt doesn't already point at .github/skills/reporting/SKILL.md, add an explicit reference (e.g. "Use the reporting skill when producing a report...") so the header/details rules are enforced consistently, matching daily-repo-chronicle.md and audit-workflows.md.

Example: Progressive Disclosure Pattern

### Summary

3 issues found needing attention.

<details>
<summary><b>View Full Details</b></summary>

- [ ] Issue A: ...
- [ ] Issue B: ...
- [ ] Issue C: ...

</details>

Design Principles

Per the Style Guidelines (Airbnb-inspired): keep critical information visible, push long detail behind <details>, and structure reports as overview → key metrics/issues → collapsible detail → next actions. Consistency across all 26 workflows above will make daily/weekly reports easier to scan and trust.

Next Steps

  • Update headers to ###+ in the 26 workflows listed
  • Add <details> blocks to the 5 workflows with none
  • Reference the reporting skill in prompts lacking explicit report-structure guidance
  • Recompile workflows after markdown edits (gh aw compile / make recompile)

Generated by 🔧 Workflow Normalizer · auto · 40.3 AIC · ⌖ 2.1 AIC · ⊞ 11.3K ·

  • expires on Aug 19, 2026, 5:18 AM UTC-08:00

Metadata

Metadata

Labels

cookieIssue Monster Loves Cookies!

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions