Commit ffe259f
feat(skills): add release-readiness skill for ship-readiness assessment
PDE C-arm sweep flagged T22 (assess if a repo is ready to ship) as a
catalog gap — no skill scoped this read-only verdict workflow, so the
model thrashed 36 turns across 10 unrelated skills hunting for the
right tool surface.
Add release-readiness gating get_latest_release, list_commits,
search_pull_requests, list_issues, and actions_list (the multi-method
Actions tool; the body references its list_workflow_runs method
explicitly). Body sequences last-tag -> commits-since -> merged-PRs
-> open-blockers -> CI-green and produces an explicit verdict.
Bumps the skill count assertion from 27 to 28.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent ed8ebe2 commit ffe259f
2 files changed
Lines changed: 17 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
| |||
491 | 492 | | |
492 | 493 | | |
493 | 494 | | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
494 | 510 | | |
495 | 511 | | |
496 | 512 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
0 commit comments