[#100] feat: code review with skills (/review, /verify-done, /assess-debt)#109
Merged
Conversation
rucka
force-pushed
the
feature/#100-code-review-skills
branch
2 times, most recently
from
February 11, 2026 16:37
2185ca2 to
4f4ae90
Compare
…debt) - /verify-done: DoD checker with 8-step algorithm, idempotent skip logic - /assess-debt: tech debt flagger stub (severity only, full impl in #105) - /review: 5-phase process composing 6 atomic skills (4 required + 2 optional) - 4-level graceful degradation cascade for adoption compliance - Output follows code-review-template.md - HALT on missing ADR via /record-decision - how-to-11: thinned 363→163 lines (orchestrator only) - /implement: PM tool sync, dev confirmation, PR template, ready-for-review Closes #100
rucka
force-pushed
the
feature/#100-code-review-skills
branch
from
February 11, 2026 16:42
4f4ae90 to
881314b
Compare
27 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
What Changed
Code review skill infrastructure: 3 new SKILL.md files + how-to-11 thinning + /implement PM tool sync fix.
Why This Change
Enable structured, skill-driven code reviews that compose atomic capabilities. Third P0 story in the Agent Skills epic — proves 6-skill composition pattern.
Story Context
User Story: #100 — Code review with skills
Epic: #97 — Agent Skills in Knowledge Base
Changes Made
Implementation Details
/verify-doneSKILL.md — DoD checker with 8-step algorithm, idempotent skip logic/assess-debtSKILL.md — tech debt flagger stub (severity only, full in Remaining capability skills + /verify-adoption + /next update + prompt deprecation #105)/reviewSKILL.md — 5-phase process composing 6 atomics (4 required + 2 optional)/implementSKILL.md — added PM tool sync steps (assign+InProgress, task checkbox update)Files Changed
.skills/capability/verify-done/SKILL.md,.skills/capability/assess-debt/SKILL.md,.skills/process/review/SKILL.md.skills/process/implement/SKILL.md,.pair/knowledge/how-to/11-how-to-code-review.mdTesting
Validation Results
Key Validation Points
Closes #100