mirror of
https://github.com/github/awesome-copilot.git
synced 2026-08-17 22:56:54 +00:00
chore: publish from main
This commit is contained in:
@@ -591,7 +591,6 @@ grep -c '^| [0-9]' quality/PROGRESS.md
|
||||
find quality/code_reviews -name "*.md" -size +500c | wc -l # should be >= 1
|
||||
find quality/spec_audits -name "*triage*" -size +500c | wc -l # should be >= 1
|
||||
```
|
||||
```
|
||||
|
||||
**Baseline vs with-docs comparison pattern:** Run the skill twice on the same repo — once without supplemental docs, once with a `reference_docs/` folder containing project history. Compare: requirement count, scenario count, bug count, and pipeline completion. The with-docs run should produce equal or more requirements and equal or more bugs. If the baseline outperforms the with-docs run on bug detection, that's a finding about the docs quality, not a skill failure.
|
||||
|
||||
|
||||
@@ -208,7 +208,6 @@ This prevents the failure mode observed in v1.3.4 where express and zod silently
|
||||
|
||||
Save audit reports to `quality/spec_audits/YYYY-MM-DD-[model].md`
|
||||
Save triage summary to `quality/spec_audits/YYYY-MM-DD-triage.md`
|
||||
```
|
||||
|
||||
## The Four Guardrails (Critical for All Auditors)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user