Skip to content

Normalize report prompt style across daily/weekly workflows (h3+ headers + details guidance) - #44943

Closed
pelikhan with Copilot wants to merge 2 commits into
mainfrom
copilot/workflow-style-normalize-report-formatting-another-one
Closed

Normalize report prompt style across daily/weekly workflows (h3+ headers + details guidance)#44943
pelikhan with Copilot wants to merge 2 commits into
mainfrom
copilot/workflow-style-normalize-report-formatting-another-one

Conversation

CopilotAI commented Jul 11, 2026

Copy link
Copy Markdown
Contributor

The workflow-style normalizer identified widespread report prompt hierarchy drift: many daily/weekly workflows still used h1/h2 in prompt instructions, and a subset lacked explicit progressive-disclosure guidance. This PR normalizes those prompt conventions so generated reports align with repository markdown hierarchy expectations.

  • Scope: targeted daily/weekly workflow prompts

    • Updated the non-compliant daily/weekly workflow markdown prompts from the normalizer output (excluding upstream-managed source: workflows).
    • Regenerated corresponding .lock.yml files via workflow recompilation.
  • Header hierarchy normalization

    • In prompt bodies, demoted report-structure headings from h1/h2 to h3/h4 patterns to enforce “h3 or lower” output guidance.
    • Applied this normalization consistently across the affected workflow set.
  • Progressive disclosure completion

    • Added explicit <details><summary><b>Details</b></summary> guidance to workflows in scope that were missing details guidance.

Example of the normalization pattern applied:

### Summary
List findings under `### Findings` and use progressive disclosure for long sections:
<details><summary><b>Details</b></summary>
...items...
</details>

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
CopilotAI changed the title [WIP] Normalize report formatting for non-compliant workflowsNormalize report prompt style across daily/weekly workflows (h3+ headers + details guidance)Jul 11, 2026
CopilotAI requested a review from pelikhanJuly 11, 2026 11:53
@github-actions

Copy link
Copy Markdown
Contributor

🤖 PR Triage

FieldValue
Categorychore
Risk🟡 Medium
Score50/100 (impact:20, urgency:12, quality:18)
Action📦 batch_review
Batchchore-cleanup

Rationale: Large formatting/style normalization across 110 workflow files (draft). Mechanically consistent change but high file-count makes review effort significant. Batch with similar chore PRs.

Generated by 🔧 PR Triage Agent · 242.5 AIC · ⌖ 9.07 AIC · ⊞ 5.6K ·

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

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

2 participants

@pelikhan