用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Changhochien/oh-my-pi --skill verify命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | verify |
| description | Multi-perspective validation of completed work. Use before declaring done. |
| level | 3 |
Multi-perspective validation before claiming completion.
/skill:verify
/skill:verify full
/skill:verify quick
| Level | Scope | When |
|---|---|---|
quick | Single file | Trivial changes |
full | All changes | Significant work |
| (default) | Standard | Regular changes |
From PR/issue/task:
What was requested?
What are acceptance criteria?
# Always
npm run build
npm test
# When applicable
npm run lint
npm run typecheck
Quick security scan:
Security-reviewer (sonnet): Check for common vulnerabilities
Task: "Add user authentication"
Changes: 12 files, 847 lines
| Check | Status |
|-------|--------|
| Build | ✅ |
| Tests | ✅ (45/45) |
| TypeScript | ✅ (0 errors) |
| Lint | ✅ (0 warnings) |
| Security | ✅ |
| Integration | ✅ |
**Recommendation:** Approve
## Verification Report
**Task:** Implement user authentication
**Reviewer:** verifier
**Date:** 2024-01-15
**Level:** Full
### Summary
✅ All verification checks pass. Ready for merge.
### Functional Verification
| Criterion | Status | Evidence |
|-----------|--------|----------|
| POST /auth/register works | ✅ | Tested, returns JWT |
| Password hashed | ✅ | bcrypt, cost 12 |
| Invalid input rejected | ✅ | 400 with validation errors |
| Existing user rejected | ✅ | 409 Conflict |
### Technical Verification
| Check | Status | Output |
|-------|--------|--------|
| Build | ✅ | No errors |
| Tests | ✅ | 45/45 pass |
| TypeScript | ✅ | 0 errors |
| Lint | ✅ | 0 warnings |
| Coverage | ✅ | 87% |
### Security Verification
| Check | Status | Notes |
|-------|--------|-------|
| SQL injection | ✅ | Parameterized queries |
| XSS | ✅ | Output encoded |
| Password storage | ✅ | bcrypt |
| Auth tokens | ✅ | JWT, 24h expiry |
### Changes Summary
- 12 files changed
- 847 lines added, 23 removed
- No breaking changes
### Issues Found
None.
### Recommendation
**APPROVE** - All criteria met.
基于 SOC 职业分类