AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified Apache-2.0 Self-run

Cr Review Record

skill-xinyiai0724-tools-cr-review-record · by xinyiai0724

CR Review Record(原子):记录新四阶段 CR 的补充审查意见,不替代 review-* 或 approve-* 主流程状态推进。

No reviews yet
0 installs
43 views
0.0% view→install

Install

$ agentstack add skill-xinyiai0724-tools-cr-review-record

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-xinyiai0724-tools-cr-review-record)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Cr Review Record? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

CR Review Record Skill(原子)

记录一次 CR 的补充审查意见或人工决策:写入 approval.yml 或对应 review 记录。主流程中需求、技术、代码审批分别由 approve-requirementapprove-tech-designapprove-code 负责推进状态;本 Skill 不替代这些显式状态 Skill。

触发意图

  • "记录 CR 补充审查意见"
  • "登记人工拒绝或撤回原因"
  • 历史补丁式 CR 需要保留审查记录但不进入主四阶段 pipeline 时

读取契约(启动序)

  1. AGENTS.mddir-graph.yaml
  2. change-requests/{CR-ID}/cr.md — 获取 type、submitter 等基础信息

输入参数

| 参数 | 必填 | 说明 | |---|---|---| | cr-id | 是 | 例 CR-2026-001 | | decision | 是 | note \| reject \| withdraw | | reviewer | 是 | 审批人 id | | notes | 否 | 审批备注 | | conditions | 否 | 附加条件列表 |

操作步骤

  1. change-requests/{CR-ID}/cr.md
  2. 写入 / 更新 change-requests/{CR-ID}/approval.ymlsupplemental-reviews 段:

```yaml cr-id: {CR-ID} type: {cr.type} supplemental-reviews:

  • reviewer: {reviewer}

recorded-at: "YYYY-MM-DDTHH:mm:ss+HH:mm" decision: {decision} status-at-record: {current-status} conditions: {conditions} notes: "{notes}" ```

  1. decision=reject:调用 cr-status-setnext_status=rejectedtrigger=cr-review-record:reject)将 status 推进到 rejected,并写明 reject reason。
  2. decision=withdraw:调用 cr-status-setnext_status=withdrawntrigger=cr-review-record:withdraw)将 status 推进到 withdrawn,并写明 withdraw reason。
  3. decision=note:不改变 status。
  4. Commit:[cr] review {CR-ID} decision={decision} by={reviewer}

不做

  • 不替代 approve-requirement / approve-tech-design / approve-code
  • 不把 CR 推进到主流程通过态
  • 不做多审批人投票聚合
  • 不写 notify-pending / notify-log(由 inbox-emit 在 pipeline 中调用)

输出

  • change-requests/{CR-ID}/approval.yml
  • 如 decision 为 reject / withdraw,则 _backlog.ymlcr.md status 更新

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.