一键导入
finish
Quality gate before marking any task complete. Runs cs-fixer + full tests + coverage, then updates shared agent memory with lessons learned.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Quality gate before marking any task complete. Runs cs-fixer + full tests + coverage, then updates shared agent memory with lessons learned.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | finish |
| description | Quality gate before marking any task complete. Runs cs-fixer + full tests + coverage, then updates shared agent memory with lessons learned. |
Run this skill before declaring any task complete.
./docker.sh test-all-coverage
Note: this command can take 5–15 minutes on first run or after container rebuild.
This runs (in order):
./docker.sh cs-fixer — fix all code style violationsIf this fails: Stop. Report what failed. Do NOT update memory. The task is not done — fix the failure first.
If this passes: Continue to step 2.
Read .claude/memory/MEMORY.md to see what memory files exist, then read any that are relevant to the work you just completed.
Ask yourself: "Did I learn anything non-obvious during this task?"
Examples of what belongs in memory:
If yes: Find the relevant memory file and append the lesson. If no file fits, create a new one with frontmatter and add it to MEMORY.md.
If no: Skip this step.
Memory file frontmatter format:
---
name: <name>
description: <one-line summary used to decide relevance>
type: reference | feedback | project
---
Summarise:
coverage/html/index.html