ソース情報
- リポジトリ
- Changhochien/oh-my-pi
- ソースの最終更新活動
- 2026年4月11日 02:11
- 検出された SKILL.md の言語
- 英語
- スター
- 0
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/Changhochien/oh-my-pi --skill verifyコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SOC 職業分類に基づく
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.