Skip to content

Commit 2109228

Browse files
fix: fix console output template for tier audit skill
The template had an orphan table header (Check | Value | T2 | T1) with no rows above the conformance matrix, causing an empty table to render. The scorecard rows below the matrix also lacked their own header. Fix: two self-contained tables with clear labels — 'Conformance:' for the per-version matrix, 'Scorecard:' for the check rows.
1 parent 879dffd commit 2109228

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

  • .claude/skills/mcp-sdk-tier-audit

.claude/skills/mcp-sdk-tier-audit/SKILL.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,7 @@ After the subagents finish, output a short executive summary directly to the use
203203
```
204204
## <sdk-name> — Tier <X>
205205
206-
| Check | Value | T2 | T1 |
207-
|-------|-------|----|----|
208-
Conformance matrix:
206+
Conformance:
209207
210208
| | 2025-03-26 | 2025-06-18 | 2025-11-25 | draft | extension | All* | T2 | T1 |
211209
|--------------|------------|------------|------------|-------|-----------|-------|----|----|
@@ -214,6 +212,13 @@ Conformance matrix:
214212
| Client: Auth | pass/total | pass/total | pass/total | pass/total | pass/total | pass/total (rate%) | — | — |
215213
| **Client Total** | | | | | | **pass/total (rate%)** | **✓/✗** | **✓/✗** |
216214
215+
If a baseline file was found, add a note below the conformance table:
216+
> **Baseline**: {N} failures in `baseline.yml` ({list by cell, e.g. "6 in Client: Auth/2025-11-25, 2 in Client: Auth/extension"}).
217+
218+
Scorecard:
219+
220+
| Check | Value | T2 | T1 |
221+
|-------|-------|----|----|
217222
| Issue Triage | <rate>% (<triaged>/<total>) | ✓/✗ | ✓/✗ |
218223
| Labels | <present>/<required> | ✓/✗ | ✓/✗ |
219224
| P0 Resolution | <count> open | ✓/✗ | ✓/✗ |
@@ -224,9 +229,6 @@ Conformance matrix:
224229
| Versioning Policy | <summary> | N/A | ✓/✗ |
225230
| Stable Release | <version> | ✓/✗ | ✓/✗ |
226231
227-
If a baseline file was found, add a note below the conformance matrix:
228-
> **Baseline**: {N} failures in `baseline.yml` ({list by cell, e.g. "6 in Client: Auth/2025-11-25, 2 in Client: Auth/extension"}).
229-
230232
---
231233
232234
**High-Priority Fixes:**

0 commit comments

Comments
 (0)