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
The following workflows were active in the last 24 hours and generate reports/comments, but their output format instructions use incorrect header levels (# or ##) and lack <details> progressive disclosure guidance:
Workflow File
Issues Found
.github/workflows/cloclo.md
Output template uses h2 (## ✨ Claude Response via '/cloclo'); missing <details> guidance
Add explicit instruction in each workflow: "Use h3 (###) or lower for all headers in your output to maintain proper document hierarchy."
2. Progressive Disclosure
Add instruction to wrap long or repetitive sections in <details> tags:
<details>
<summary><b>View Full Analysis Details</b></summary>
[Verbose content here...]
</details>
This is especially important for:
cloclo: Long "Details" and "Changes Made" sections
q: Per-workflow analysis in the PR description
plan: When more than 3 sub-issues are being described
3. Import shared/reporting.md
The simplest fix: add shared/reporting.md to the imports: section of each workflow's frontmatter. This shared file already contains all formatting guidelines and is imported by 66 of 110 reporting workflows.
imports:
- shared/reporting.md
Design Principles (Airbnb-Inspired)
Updated workflows should create reports that:
Build trust through clarity: Most important info immediately visible
Workflows to Update
The following workflows were active in the last 24 hours and generate reports/comments, but their output format instructions use incorrect header levels (
#or##) and lack<details>progressive disclosure guidance:.github/workflows/cloclo.md## ✨ Claude Response via '/cloclo'); missing<details>guidance.github/workflows/q.md# Q Workflow Optimization Report,## Issues Found); missing<details>guidance.github/workflows/plan.md## Objective,## Context); missing<details>guidanceRequired Changes
For each workflow listed above, update the output format instructions to include these formatting guidelines:
1. Header Levels
Replace
#and##headers in report/comment/issue body templates with###and####:## ✨ Claude Response via '/cloclo'→ ✅### ✨ Claude Response via '/cloclo'# Q Workflow Optimization Report→ ✅### Q Workflow Optimization Report## Issues Found→ ✅### Issues Found## Objective/## Contextin issue bodies → ✅### Objective/### ContextAdd explicit instruction in each workflow: "Use h3 (
###) or lower for all headers in your output to maintain proper document hierarchy."2. Progressive Disclosure
Add instruction to wrap long or repetitive sections in
<details>tags:This is especially important for:
3. Import
shared/reporting.mdThe simplest fix: add
shared/reporting.mdto theimports:section of each workflow's frontmatter. This shared file already contains all formatting guidelines and is imported by 66 of 110 reporting workflows.Design Principles (Airbnb-Inspired)
Updated workflows should create reports that:
archie,test-quality-sentinel, anddesign-decision-gatewhich already follow these guidelinesGood Reference Examples
Workflows that already follow style guidelines:
archie.md: Explicitly states "Use h3 (###) or lower for all headers" and uses<details>for additional diagramstest-quality-sentinel.md: Uses### 🧪 Test Quality Sentinel Reportand<details>for classification tablesdesign-decision-gate.md: Uses### ✅ Design Decision Gate — ADR Approvedin all comment templatesAgent Task
For each workflow file listed in the table above:
shared/reporting.mdtoimports:in the frontmatter###or####(never#or##)<details><summary><b>...</b></summary>wrapping for any section longer than ~10 linesReferences: §24484436095
Note
🔒 Integrity filter blocked 2 items
The following items were blocked because they don't meet the GitHub integrity level.
search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".To allow these resources, lower
min-integrityin your GitHub frontmatter: