Install
$ agentstack add skill-xinyiai0724-tools-cr-review-record ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →About
CR Review Record Skill(原子)
记录一次 CR 的补充审查意见或人工决策:写入 approval.yml 或对应 review 记录。主流程中需求、技术、代码审批分别由 approve-requirement、approve-tech-design、approve-code 负责推进状态;本 Skill 不替代这些显式状态 Skill。
触发意图
- "记录 CR 补充审查意见"
- "登记人工拒绝或撤回原因"
- 历史补丁式 CR 需要保留审查记录但不进入主四阶段 pipeline 时
读取契约(启动序)
- 读
AGENTS.md、dir-graph.yaml - 读
change-requests/{CR-ID}/cr.md— 获取 type、submitter 等基础信息
输入参数
| 参数 | 必填 | 说明 | |---|---|---| | cr-id | 是 | 例 CR-2026-001 | | decision | 是 | note \| reject \| withdraw | | reviewer | 是 | 审批人 id | | notes | 否 | 审批备注 | | conditions | 否 | 附加条件列表 |
操作步骤
- 读
change-requests/{CR-ID}/cr.md - 写入 / 更新
change-requests/{CR-ID}/approval.yml的supplemental-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}" ```
- 若
decision=reject:调用cr-status-set(next_status=rejected,trigger=cr-review-record:reject)将 status 推进到rejected,并写明 reject reason。 - 若
decision=withdraw:调用cr-status-set(next_status=withdrawn,trigger=cr-review-record:withdraw)将 status 推进到withdrawn,并写明 withdraw reason。 - 若
decision=note:不改变 status。 - 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.yml与cr.mdstatus 更新
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: xinyiai0724
- Source: xinyiai0724/tools
- License: Apache-2.0
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.