用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/babyworm/rtl-agent-team --skill rtl-p4s-bugfix-policy命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | rtl-p4s-bugfix-policy |
| description | Internal reference: rtl p4s bugfix policy (agent-loaded; do not invoke). |
| user-invocable | false |
verilator --lint-only -Wall (max 3 lint rounds)Each step can only proceed after the previous step is complete. Lint is a necessary condition, NOT sufficient — simulation is required.
| Failure Pattern | Handling | Parallelism |
|---|---|---|
| Different modules, UNIT_FIX | Parallel rtl-p4s-bugfix, one per module | run_in_background: true |
| Same module, multiple failures | Sequential within single task | No |
| INTEGRATION_FIX (cross-module) | Always sequential | No |
| Mixed UNIT_FIX + INTEGRATION_FIX | INTEGRATION_FIX first, then UNIT_FIX in parallel | Partial |
Verification-done marker created ONLY after ALL parallel fixes pass functional verification.
| Fix Type | After Fix | Re-verify |
|---|---|---|
| UNIT_FIX (SVA fail) | lint → unit TB → unit sim | Only affected Phase 5 sub-phase |
| UNIT_FIX (sim fail) | lint → unit TB → unit sim | Only affected Phase 5 sub-phase |
| INTEGRATION_FIX | lint → unit TB + integration TB → sim | 5b + 5c |
In feedback mode: lesson-learned recording is mandatory (not just recommended).
dut.sys_clk, dut.sys_rst_n (clock/reset)dut.i_*, dut.o_* (input/output ports)ls sim/*/test_*.py sim/*/tb_*.sv 2>/dev/nullIntegration bugs (multi-module):
When regression suite available:
Compound mode bugs (e.g., MODE_RECON):
基于 SOC 职业分类