Skip to content

Commit 79ad8e5

Browse files
rjmurillo-botclaude
andcommitted
test(validation): add Pester tests for Validate-SkillFormat.ps1
100% code coverage with 32 tests covering: - Path parameter validation (empty, non-existent) - Index file exclusion (skills-*-index.md, memory-index.md) - Atomic format detection (PASS for single skill) - Bundled format detection (FAIL for multiple skills) - CI mode exit codes (1 for bundled files) - StagedOnly mode with git integration - Output message validation Also updates copilot-pr-review memory with PR #308 statistics: signal improved from 21% to 62%. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 712bdae commit 79ad8e5

File tree

2 files changed

+614
-3
lines changed

2 files changed

+614
-3
lines changed

.serena/memories/copilot-pr-review.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,16 @@
1515
| PowerShell escapes (`` `a ``, `` `n ``) | Skip |
1616
| Duplicates cursor[bot] | Note duplicate |
1717

18-
## Metrics (PR #249)
18+
## Metrics
1919

20-
Signal: 21% (↓ from 35%) | False positives: 64% (↑ from 10%)
20+
| PR | Signal | False Positives | Notes |
21+
|----|--------|-----------------|-------|
22+
| #249 | 21% | 64% | High noise, cursor[bot] duplicates |
23+
| #308 | 62% | 38% | Table-only format FPs (4), phrasing FPs (2) |
2124

22-
**→ Prioritize cursor[bot] first. Increase verification.**
25+
**Trend**: Signal improved 41 points. New ADR-017 table-only format not yet learned by Copilot.
26+
27+
**→ Document table-only format in coderabbit config to reduce FPs.**
2328

2429
## Response Templates
2530

0 commit comments

Comments
 (0)