AgentSkillsCN

test-quick

管理 Git 工作树,支持并行代理开发。当用户提及工作树、请求创建/删除工作树,或询问工作树状态,又或是说“下一个”以打开下一个待处理的工作树时,可运用此技能。

SKILL.md
--- frontmatter
name: test-quick
description: Fastest verification with only best-practices and coverage checks. Use for quick sanity checks before commits.
disable-model-invocation: true
allowed-tools: Read, Write, Bash, Task

Test Quick

Fastest verification: only best-practices + coverage (2 agents).

Workflow

Step 1: Setup (YOU must do directly)

bash
TIMESTAMP=$(date +%Y-%m-%d-%H-%M)
mkdir -p ~/siopv/claude-verification-reports/$TIMESTAMP

Write MANIFEST:

markdown
# Claude Verification Report (Quick)

> **IMPORTANT**: These reports were generated by Claude Code's Testing Kit.

| Field | Value |
|-------|-------|
| **Generator** | SIOPV Testing Kit |
| **Date** | {TIMESTAMP} |
| **Skill** | /test-quick |
| **Scope** | Quick check (best-practices + coverage only) |

## Reports
| # | File | Status |
|---|------|--------|
| 00 | QUICK-SUMMARY.md | Pending |
| 01 | best-practices.md | Pending |
| 05 | coverage.md | Pending |

Save to: ~/siopv/claude-verification-reports/{TIMESTAMP}/MANIFEST.md


Step 2: Run 2 Agents (Parallel)

AgentPromptModelSubagent
Best Practicescomprehensive-test/prompts/best-practices.mdhaikuExplore
Coveragecomprehensive-test/prompts/coverage.mdhaikuBash

Read each prompt file, replace {TIMESTAMP}, and pass to Task tool.


Step 3: Generate Summary (YOU must do directly)

markdown
# Quick Test Summary
**Date:** {TIMESTAMP}
**Status:** PASS/FAIL

| Check | Status | Details |
|-------|--------|---------|
| Best Practices | PASS/FAIL | N violations |
| Coverage | PASS/FAIL | N% |

## Skipped
- Security, Hallucination, Code Review
- All phase validators

For full check: /comprehensive-test

Save to: ~/siopv/claude-verification-reports/{TIMESTAMP}/00-QUICK-SUMMARY.md


Step 4: Finalize

  1. Update MANIFEST.md status column
  2. Display summary to user