← 返回 Skills 市场
zack-dev-cm

Spec Plan Build Review

作者 Zakhar Pashkin · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
33
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install spec-plan-build-review
功能描述
Run a proportional delivery lifecycle for software or skill work: clarify scope, create a concise plan, implement, verify, review, and ship. Use when the use...
使用说明 (SKILL.md)

Spec Plan Build Review

Use this skill to turn non-trivial work into a controlled delivery loop. Keep it proportional: tiny edits can skip straight to implementation and verification.

Lifecycle

  1. Spec

    • Identify the user-visible outcome, affected repo or package, and non-goals.
    • Read local context before deciding the implementation shape.
    • If requirements conflict, resolve from source evidence or ask one focused question.
  2. Plan

    • Make a short checklist only when it helps.
    • Keep one item in progress at a time.
    • Assign verification before shipping, not after.
  3. Build

    • Reuse existing patterns and helpers.
    • Keep changes tightly scoped to the stated outcome.
    • Avoid unrelated refactors, formatting churn, and broad dependency changes.
  4. Verify

    • Run the narrowest reliable local checks first.
    • Add or update tests when behavior changed.
    • Record any checks that could not run and why.
  5. Review

    • Inspect the diff as if reviewing a PR.
    • Lead with defects, missed tests, user-visible regressions, and release risks.
    • For risky work, use a fresh-context or high-risk review skill before shipping.
  6. Ship

    • Confirm a clean worktree except intended changes.
    • Commit with a specific message.
    • Push and verify remote CI.
    • Create release artifacts only after CI is green.

Proportionality Guide

  • tiny: one file or docs-only edit; implement and run a direct check.
  • normal: small feature or bug fix; plan, implement, test, review.
  • release: public package, ClawHub skill, security-sensitive change, or migration; run full lifecycle and remote CI.
  • high-risk: destructive operations, credentials, permissions, money, production, public policy; add fresh-context skeptical review.

Review Personas

Use these lenses during the review step:

  • code reviewer: correctness, maintainability, local conventions.
  • test engineer: missing coverage, flaky assumptions, reproducibility.
  • security reviewer: permissions, secrets, data exposure, supply chain, release surface.

If the runtime supports real subagents and the task is large enough, fan out independent review passes. Otherwise, apply the lenses sequentially in the main context and keep findings concrete.

Ship Checklist

  • Local tests or validators pass.
  • Public metadata is current.
  • No generated temp files are staged.
  • GitHub Actions are green for the pushed commit or tag.
  • ClawHub publish uses the same version as the repo release.
  • Final status names the shipped version, checks, and any residual risk.
安全使用建议
This skill appears safe as a process guide for coding work. Before using its shipping steps, confirm the intended repository, branch, diff, tests, account credentials, version, and publication target. Treat commit, push, release, and ClawHub/GitHub publication as actions that require explicit user approval.
能力评估
Purpose & Capability
The skill's purpose is to guide software work from scoping through verification and shipping. That is coherent with the artifacts, but the workflow can affect repositories and public release artifacts.
Instruction Scope
The instructions emphasize proportionality, scoped changes, tests, review, and CI checks. The ship checklist includes commit, push, and release actions, so those steps should be treated as requiring clear user intent.
Install Mechanism
No install spec, binaries, environment variables, credentials, or code files are present; this is an instruction-only skill and the static scan found nothing to analyze.
Credentials
Reading local project context and running local/remote checks are expected for a software delivery workflow, but users should ensure it is used only on intended repos and branches.
Persistence & Privilege
There is no hidden persistence or background behavior, but git commits, pushes, CI-triggering, and release artifacts create persistent changes outside the chat.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install spec-plan-build-review
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /spec-plan-build-review 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial public release from https://github.com/zack-dev-cm/codex-clawhub-skill-pack/releases/tag/v1.0.0.
元数据
Slug spec-plan-build-review
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Spec Plan Build Review 是什么?

Run a proportional delivery lifecycle for software or skill work: clarify scope, create a concise plan, implement, verify, review, and ship. Use when the use... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 33 次。

如何安装 Spec Plan Build Review?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install spec-plan-build-review」即可一键安装,无需额外配置。

Spec Plan Build Review 是免费的吗?

是的,Spec Plan Build Review 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Spec Plan Build Review 支持哪些平台?

Spec Plan Build Review 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Spec Plan Build Review?

由 Zakhar Pashkin(@zack-dev-cm)开发并维护,当前版本 v1.0.0。

💬 留言讨论