在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用find
星标7
分支1
更新时间2026年4月5日 20:24
Search specs by name and show coverage
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Search specs by name and show coverage
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Evaluate proof quality — STRONG/WEAK/HOLLOW assessments
Reverse-engineer 3-section specs from existing code
Scaffold or edit feature specs in 3-section format
Initialize a project for Purlin
Inject spec rules into context, then implement
Run all tests, issue verification receipts
基于 SOC 职业分类
| name | find |
| description | Search specs by name and show coverage |
Find a spec by name and display its rule coverage from sync_status.
purlin:find <name> Find a spec by name
purlin:find List all specs
specs/**/<name>.md for an exact filename match.No spec found matching "<name>".
Available specs:
specs/auth/login.md
specs/auth/user_profile.md
specs/webhooks/webhook_delivery.md
specs/_anchors/design_tokens.md
sync_status. Display the spec's coverage:Found: specs/auth/login.md
# Feature: login
> Description: Authenticates users via email and password.
> Requires: security_auth
> Scope: src/auth/login.js, src/auth/login.test.js
Rules: 3 | Proved: 3/3 | Status: VERIFIED (all rules proved + receipt) | vhash=a1b2c3d4
RULE-1: PASS (PROOF-1 in tests/test_login.py)
RULE-2: PASS (PROOF-2 in tests/test_login.py)
RULE-3: PASS (PROOF-3, manual, verified 2026-03-30)
List all specs grouped by category:
Specs (12 total):
auth/ (3 specs)
login.md — VERIFIED (3/3 rules proved)
user_profile.md — PARTIAL (1/2 rules proved)
permissions.md — UNTESTED
webhooks/ (2 specs)
webhook_delivery.md — FAILING (2/3 rules proved)
webhook_config.md — PASSING (3/3 rules proved)
_anchors/ (2 anchors)
design_tokens.md — 5 rules
api_contracts.md — 3 rules