Workflows to Update
The following workflows generate reports but don't comply with the project's markdown style guidelines:
| Workflow File |
Issues Found |
.github/workflows/daily-function-namer.md |
Uses h1 (# π·οΈ Go Function Rename Plan) in issue body instead of h3 or lower |
Required Changes
.github/workflows/daily-function-namer.md
The issue body template starts with an h1 heading:
# π·οΈ Go Function Rename Plan
Change to h3 to comply with the style guidelines:
### π·οΈ Go Function Rename Plan
Also add explicit formatting instruction near the issue creation step:
Use h3 (###) or lower for all headers in the issue body. Never use h1 (#) or h2 (##) β these are reserved for the issue title.
Design Principles (Airbnb-Inspired)
The updated workflow should create reports that:
- Build trust through clarity: Most important info immediately visible
- Exceed expectations: Add helpful context and examples
- Maintain consistency: Follow the same patterns as other reporting workflows (e.g.,
daily-otel-instrumentation-advisor, agent-performance-analyzer)
Compliance Summary
Of the 17 active reporting workflows reviewed from the last 24 hours:
- β
16 workflows follow the h3+ header guidelines (explicitly or implicitly)
- β 1 workflow uses h1 in its issue body template
View Full Compliance Review
| Workflow |
Status |
Notes |
agent-performance-analyzer |
β
Compliant |
Explicit h3 guidelines |
api-consumption-report |
β
Compliant |
Explicit h3 guidelines |
prompt-clustering-analysis |
β
Compliant |
Uses ### in templates |
daily-otel-instrumentation-advisor |
β
Compliant |
Explicit h3 guidelines |
ab-testing-advisor |
β
Compliant |
Explicit h3 guidelines |
test-quality-sentinel |
β
Compliant |
Explicit h3 guidelines |
daily-function-namer |
β Non-compliant |
h1 in issue body |
daily-doc-updater |
β
Compliant |
Uses ### in templates |
claude-code-user-docs-review |
β
Compliant |
Explicit h3 guidelines |
auto-triage-issues |
β
Compliant |
Explicit h3 guidelines |
design-decision-gate |
β
Compliant |
ADR file (h1 appropriate); comments use ### |
mattpocock-skills-reviewer |
β
Compliant |
Uses ### in output template |
pr-sous-chef |
β
Compliant |
Operational, no structured reports |
stale-pr-cleanup |
β
Compliant |
Operational, no structured reports |
draft-pr-cleanup |
β
Compliant |
Operational, no structured reports |
instructions-janitor |
β
Compliant |
Creates PRs, not issue reports |
terminal-stylist |
β
Compliant |
Uses shared audit base |
Agent Task
Update .github/workflows/daily-function-namer.md to change the issue body template's h1 to h3, and add explicit formatting guidelines near the issue creation step.
Generated by π§ Workflow Normalizer Β· β 10.1M Β· β·
Workflows to Update
The following workflows generate reports but don't comply with the project's markdown style guidelines:
.github/workflows/daily-function-namer.md# π·οΈ Go Function Rename Plan) in issue body instead of h3 or lowerRequired Changes
.github/workflows/daily-function-namer.mdThe issue body template starts with an h1 heading:
# π·οΈ Go Function Rename PlanChange to h3 to comply with the style guidelines:
### π·οΈ Go Function Rename PlanAlso add explicit formatting instruction near the issue creation step:
Design Principles (Airbnb-Inspired)
The updated workflow should create reports that:
daily-otel-instrumentation-advisor,agent-performance-analyzer)Compliance Summary
Of the 17 active reporting workflows reviewed from the last 24 hours:
View Full Compliance Review
agent-performance-analyzerapi-consumption-reportprompt-clustering-analysis###in templatesdaily-otel-instrumentation-advisorab-testing-advisortest-quality-sentineldaily-function-namerdaily-doc-updater###in templatesclaude-code-user-docs-reviewauto-triage-issuesdesign-decision-gate###mattpocock-skills-reviewer###in output templatepr-sous-chefstale-pr-cleanupdraft-pr-cleanupinstructions-janitorterminal-stylistAgent Task
Update
.github/workflows/daily-function-namer.mdto change the issue body template's h1 to h3, and add explicit formatting guidelines near the issue creation step.