verify-code-review

Solid

Stage ④.b verify sub-workflow — code-review 多 agent 并行 fan-out 高置信度 finding (subagent default per bundled parallelism gate — Task / Agent 工具 spawn 多 subagent fan-out, context 隔离, token 敏感)。 schema_version: harnessed.workflow.v3 with disciplines_applied (6 default) + tools_available (code-review) + 1 phase (parallelism ref judgments.parallelism-gate.subagent-default.fires)。 Triggered by slash command `/verify-code-review` after `harnessed setup`.

Code & Development 2 stars 1 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 78/100

Stars 20%
16
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# verify-code-review workflow (v3) ## Overview 1-phase sub-workflow mapping CLAUDE.md "Verify 阶段 — code-review 多 agent 并行" 章节 onto harnessed runtime (Phase v3.0-3.4 W0.11 — D-04 Stage ④ Verify 7 sub + 子任务并行 机制 subagent default routing 机器化 + Pattern A sub-workflow ship)。 | phase | id | upstream | model | capability | parallelism | | ----- | -- | -------- | ----- | ---------- | ----------- | | 1 | `01-code-review` | mattpocock-skills | sonnet | `{{ capabilities.code-review.cmd }}` | `judgments.parallelism-gate.subagent-default.fires` | Per-phase config loads from `workflows/verify/code-review/workflow.yaml`; engine spawns multiple subagent in parallel fan-out (bundled subagent-default rule — Task / Agent 工具 spawn 多任务并发, context 隔离, summary 折叠回主 context)。 ## Capability refs Sister `workflows/capabilities.yaml` entries: - `code-review` — Bucket 1 mattpocock 高频招式 (impl: mattpocock-skills, cmd: /code-review) ## Parallelism gate ref Sister `workflows/judgments/parallelism-gate.yaml`: - `subagent-default.fires` — `subtask.parallel_count <= 3 and subtask.communication_needed == false` (默认 fan-out, focused 任务 research / verify / review 单文件 / 跑测试 / 抓 doc / 探索模块) ## Routing rules 总 fire 当 `phase.stage == 'verify'` 后必跑串行 (verify-progress) 之后并行 fan-out。无 skip 条件 — code-review 多 agent 是 verify-work 第 3 phase 默认 fan-out (sister CLAUDE.md verbatim)。 ## How to invoke !`harnessed checkpoint intent verify-code-review` > The banner above (when present) means this invocation is REGI...

Details

Author
easyinplay
Repository
easyinplay/harnessed
Created
2 months ago
Last Updated
today
Language
TypeScript
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category

Testing & QA Solid

verify-multispec

Stage ④.h verify sub-workflow — 4-specialist Agent Team Pattern C 多维度审查 (关键发布 / 大重构 PR 升级, code-review + gstack-review + gstack-cso + gstack-qa 4 teammate 互相 SendMessage 质询, NOT fire-and-forget subagent fan-out; bundled Agent Teams Pattern C routing). Cleanup mandatory: shutdown_request + TeamDelete (bundled cleanup discipline). schema_version: harnessed.workflow.v3 with disciplines_applied (6 default) + tools_available (agent-teams 3 + 4 specialist capability) + 2 phase (01-team-create on critical-release invoke / 02-team-cleanup mandatory shutdown)。 Triggered by slash command `/verify-multispec` after `harnessed setup`.

2 Updated today
easyinplay
Code & Development Solid

verify-eval-review

Stage ④ verify sub-workflow — GSD /gsd-eval-review AI phase eval 覆盖审计 (has_ai_phase 触发, 可选 conditional; pairs with plan 侧 gsd-ai-integration-phase AI-SPEC eval strategy). schema_version: harnessed.workflow.v3 with disciplines_applied (6 default) + tools_available (gsd-eval-review) + 1 phase (gate ref has_ai_phase conditional)。 Triggered by slash command `/verify-eval-review` after `harnessed setup`.

2 Updated today
easyinplay
AI & Automation Solid

verify-simplify

Stage ④.g verify sub-workflow — code-simplifier 末尾串行 (移除重复 / 多余逻辑; bundled verify-stage cadence — tail-step code-simplifier). schema_version: harnessed.workflow.v3 with disciplines_applied (6 default) + tools_available (code-simplifier) + 1 phase (gate ref is_final_step 末尾串行)。 Triggered by slash command `/verify-simplify` after `harnessed setup`.

2 Updated today
easyinplay