Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/daily-otel-instrumentation-advisor.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,10 @@ If you found a Sentry issue related to this problem, include the issue URL.>
*Generated by the [Daily OTel Instrumentation Advisor](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}) workflow*
```

## Report Formatting Guidelines

Use h3 (`###`) or lower for all headers in your report. Never use h1 (`#`) or h2 (`##`) — these are reserved for the issue title. Wrap long sections in `<details><summary><b>Section Name</b></summary>` tags to improve readability.

## Output Requirements

You **MUST** call exactly one of these safe-output tools before finishing:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/daily-safe-outputs-conformance.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ Example: `SEC-001: Agent job in workflow X has write permissions`
- **Handlers**: [List handler files if applicable]

<details>
<summary>🔍 Current vs Expected Behavior</summary>
<summary><b>🔍 Current vs Expected Behavior</b></summary>

### Current Behavior

Expand Down Expand Up @@ -180,7 +180,7 @@ If multiple similar issues are found (e.g., 3 handlers missing the same validati

## Phase 4: Summary Report

- **Report Formatting**: Use h3 (###) or lower for all headers in your report to maintain proper document hierarchy. Wrap long sections in `<details><summary>Section Name</summary>` tags to improve readability and reduce scrolling.
- **Report Formatting**: Use h3 (`###`) or lower for all headers in your report. Never use h1 (`#`) or h2 (`##`) — these are reserved for the issue title. Wrap long sections in `<details><summary><b>Section Name</b></summary>` tags to improve readability.
Copy link

Copilot AI Apr 24, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The new report-formatting guideline says to wrap long sections using <details><summary><b>…</b></summary>, but the summary report template later in this file still uses an unbolded <summary> ("📊 Detailed Results & Actions"). To keep the workflow’s templates consistent with the guideline, either update that summary to include <b> or adjust the guideline wording to only recommend bolding.

Copilot uses AI. Check for mistakes.

After processing all issues, provide a summary in the workflow output:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/daily-secrets-analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ For detailed information about secret usage patterns, see:

## Notes

- **Report Formatting**: Use h3 (###) or lower for all headers in your report to maintain proper document hierarchy. Wrap long sections in `<details><summary>Section Name</summary>` tags to improve readability and reduce scrolling.
- **Report Formatting**: Use h3 (`###`) or lower for all headers in your report. Never use h1 (`#`) or h2 (`##`) — these are reserved for the issue title. Wrap long sections in `<details><summary><b>Section Name</b></summary>` tags to improve readability.
Copy link

Copilot AI Apr 24, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The updated formatting guidance requires <details><summary><b>…</b></summary>, but the report template in this file still contains unbolded <summary> elements (e.g., the “Top 10 Secrets by Usage”, “Trends”, and “Reference Documentation” sections). This makes the instructions internally inconsistent and may lead to noncompliant generated reports—either update the template summaries to include <b> or relax the guidance here to match the template.

This issue also appears on line 295 of the same file.

Suggested change
- **Report Formatting**: Use h3 (`###`) or lower for all headers in your report. Never use h1 (`#`) or h2 (`##`) — these are reserved for the issue title. Wrap long sections in `<details><summary><b>Section Name</b></summary>` tags to improve readability.
- **Report Formatting**: Use h3 (`###`) or lower for all headers in your report. Never use h1 (`#`) or h2 (`##`) — these are reserved for the issue title. Wrap long sections in `<details><summary>Section Name</summary></details>` tags to improve readability.

Copilot uses AI. Check for mistakes.
- Focus on **trends and changes** rather than static inventory
- Highlight **security concerns** prominently
- Keep the report **concise but comprehensive**
Expand Down
36 changes: 36 additions & 0 deletions .github/workflows/daily-skill-optimizer.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,4 +179,40 @@ The separate `skill_optimizer` job already ran `fastxyz/skill-optimizer` and pac
- Expected impact for each improvement
- Keep recommendations specific to this repository and immediately actionable.

## Issue Format Guidelines

Use h3 (`###`) or lower for all headers in your report. Never use h1 (`#`) or h2 (`##`) — these are reserved for the issue title.

Wrap long sections in `<details><summary><b>Section Name</b></summary>` tags to improve readability. Example:

```markdown
<details>
<summary><b>Full Analysis Details</b></summary>

[Long detailed content here...]

</details>
```

Structure the issue body as follows:

```markdown
### Summary
- Run mode: dry-run / benchmark
- Status: ✅/⚠️/❌

### Key Findings
[Always visible — the 3 improvements with expected impact]

<details>
<summary><b>Evidence from Artifact</b></summary>

[Concrete references to artifact files and log excerpts]

</details>

### Recommendations
[Numbered list of 3 actionable improvements]
```

Do not call `noop` for this workflow; always create exactly one issue with exactly 3 improvements.
6 changes: 3 additions & 3 deletions .github/workflows/spec-librarian.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ The following packages have no README.md:
The following specifications are outdated:

<details>
<summary>View stale specifications (N packages)</summary>
<summary><b>View stale specifications (N packages)</b></summary>

#### `parser` — Stale by 42 days

Expand All @@ -284,7 +284,7 @@ The following specifications are outdated:
### 🔄 Cross-Package Inconsistencies

<details>
<summary>View inconsistencies (N issues)</summary>
<summary><b>View inconsistencies (N issues)</b></summary>

#### Terminology Conflict

Expand Down Expand Up @@ -328,7 +328,7 @@ The following specifications are outdated:
1. **Be thorough**: Check ALL packages, not just a sample
2. **Be precise**: Reference exact file paths, function names, and dates
3. **Be actionable**: Every finding should have a clear recommendation
4. **Report Formatting**: Use h3 (###) or lower for all headers in your report to maintain proper document hierarchy. Wrap long sections in `<details><summary>Section Name</summary>` tags to improve readability and reduce scrolling.
4. **Report Formatting**: Use h3 (`###`) or lower for all headers in your report. Never use h1 (`#`) or h2 (`##`) — these are reserved for the issue title. Wrap long sections in `<details><summary><b>Section Name</b></summary>` tags to improve readability.
5. **Use progressive disclosure**: Wrap details in `<details>` tags
6. **One issue per run**: The `max: 1` limit ensures no issue spam
7. **Skip if open**: The `skip-if-match` rule prevents duplicate issues
Expand Down
Loading