Workflows to Update
The following workflow generates reports (comments) but doesn't fully follow the project's markdown style guidelines:
| Workflow File |
Issues Found |
.github/workflows/cloclo.md |
Example Response Format uses ## (h2) header; missing shared/reporting.md import |
Required Changes
.github/workflows/cloclo.md
1. Fix h2 header in Example Response Format
The current example template uses a non-compliant h2 header:
## ✨ Claude Response via `/cloclo`
Should be h3 or lower:
### ✨ Claude Response via `/cloclo`
2. Add shared/reporting.md import
Add to the imports section in the frontmatter:
imports:
- shared/jqschema.md
- shared/mcp/serena-go.md
- shared/reporting.md # ← add this
This gives the agent explicit guidance on:
- Using h3 (###) or lower for all headers
- Wrapping long sections in
<details> tags
- Consistent report structure patterns
Style Guidelines Reference
1. Header Levels
Add instruction: "Use h3 (###) or lower for all headers in your report to maintain proper document hierarchy."
2. Progressive Disclosure
Add instruction: "Wrap long sections in <details><summary>Section Name</summary> tags to improve readability and reduce scrolling."
Example:
<details>
<summary>Full Analysis Details</summary>
[Long detailed content here...]
</details>
3. Report Structure
Preferred structure:
- Brief summary (always visible)
- Key metrics or highlights (always visible)
- Detailed analysis (in
<details> tags)
- Recommendations (always visible)
Design Principles (Airbnb-Inspired)
The updated workflows should create reports that:
- Build trust through clarity: Most important info immediately visible
- Exceed expectations: Add helpful context, trends, comparisons
- Create delight: Use progressive disclosure to reduce overwhelm
- Maintain consistency: Follow the same patterns as other reporting workflows
Example Reference
See workflows like daily-observability-report or design-decision-gate that already import shared/reporting.md for good examples of structured reporting.
Agent Task
Update .github/workflows/cloclo.md:
- Change
## ✨ Claude Response via to ### ✨ Claude Response via in the Example Response Format
- Add
- shared/reporting.md to the imports list in the frontmatter
- Run
make recompile to regenerate the lock file
- Verify with
make agent-finish
Generated by Workflow Style Normalizer • Run §24616643136
Generated by Workflow Normalizer · ● 2M · ◷
Workflows to Update
The following workflow generates reports (comments) but doesn't fully follow the project's markdown style guidelines:
.github/workflows/cloclo.md##(h2) header; missingshared/reporting.mdimportRequired Changes
.github/workflows/cloclo.md1. Fix h2 header in Example Response Format
The current example template uses a non-compliant h2 header:
## ✨ Claude Response via `/cloclo`Should be h3 or lower:
### ✨ Claude Response via `/cloclo`2. Add
shared/reporting.mdimportAdd to the
importssection in the frontmatter:This gives the agent explicit guidance on:
<details>tagsStyle Guidelines Reference
1. Header Levels
Add instruction: "Use h3 (###) or lower for all headers in your report to maintain proper document hierarchy."
2. Progressive Disclosure
Add instruction: "Wrap long sections in
<details><summary>Section Name</summary>tags to improve readability and reduce scrolling."Example:
3. Report Structure
Preferred structure:
<details>tags)Design Principles (Airbnb-Inspired)
The updated workflows should create reports that:
Example Reference
See workflows like
daily-observability-reportordesign-decision-gatethat already importshared/reporting.mdfor good examples of structured reporting.Agent Task
Update
.github/workflows/cloclo.md:## ✨ Claude Response viato### ✨ Claude Response viain the Example Response Format- shared/reporting.mdto the imports list in the frontmattermake recompileto regenerate the lock filemake agent-finishGenerated by Workflow Style Normalizer • Run §24616643136