Commit 01baaa6
committed
feat: add self-reflection agent, js-fact-checking and simulation skills
- Add self-reflection agent that extracts lessons from merged PRs and
proposes updates to copilot-instructions.md
- Add GitHub Action workflow (workflow_dispatch) to trigger self-reflection
with configurable scan window
- Add js-fact-checking skill for verifying JS/TS/Node.js behavioral claims
against official documentation before committing them
- Add simulation skill for empirically verifying runtime behavior when
fact-checking is inconclusive (writes and runs minimal reproduction scripts)
- Update daily-code-review agent to use both skills when making fixes that
depend on specific runtime behavior
- Update pr-verification agent to fact-check behavioral assumptions in
verification samples1 parent cc97f44 commit 01baaa6
6 files changed
Lines changed: 978 additions & 0 deletions
File tree
- .github
- agents
- skills
- js-fact-checking
- simulation
- workflows
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
208 | 217 | | |
209 | 218 | | |
210 | 219 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
463 | 463 | | |
464 | 464 | | |
465 | 465 | | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
466 | 471 | | |
467 | 472 | | |
468 | 473 | | |
| |||
0 commit comments