スキル一覧に戻る
TheMostlyGreat

quality-reviewing

by TheMostlyGreat

Personal AI agent guides, templates, and learnings

2🍴 0📅 2026年1月21日
GitHubで見るManusで実行

SKILL.md


name: quality-reviewing description: Deep code review with web research. USE WHEN user says 'double check against latest', 'verify versions', 'check security'. Complements automatic quality hook with ecosystem verification. allowed-tools: '*'

Quality Reviewing

Deep review with web research to verify against current ecosystem. Complements automatic hook.

When to use this skill (not automatic hook):

  • Explicit web research: "double check against latest docs", "verify versions", "check security"
  • Deep dive needed: Performance, architecture, trade-offs beyond automatic hook
  • Pre-change review: Review before making changes (hook only triggers after)

Relationship: Automatic hook does fast check with existing knowledge. This skill does deep dive with web research (2-3 min).

1. Detect Phase

If in BDD workflow, read current ticket from .safeword-project/tickets/ and apply phase-appropriate research:

PhaseResearch Focus
intakeSimilar features in ecosystem, scope patterns
define-behaviorTesting patterns, BDD best practices
decompositionArchitecture patterns, test layer strategy
implementLibrary versions, deprecated APIs, security
doneCI/CD patterns, release checklists

2. Verify Versions (Primary Value)

CRITICAL: This is your main differentiator from automatic hook.

Search for: "[library name] latest stable version 2025" Search for: "[library name] security vulnerabilities"

Flag if outdated:

  • Major versions behind -> WARN (e.g., React 17 when 19 is stable)
  • Minor versions behind -> NOTE
  • Security vulnerabilities -> CRITICAL (must upgrade)
  • Using latest -> Confirm

3. Verify Documentation (Primary Value)

Fetch official documentation for libraries in use.

Look for:

  • Deprecated APIs being used?
  • Newer, better patterns available?
  • Recent recommendation changes?

Output Format

## Quality Review

**Versions:** [✓/⚠️/❌] [Latest version check]
**Documentation:** [✓/⚠️/❌] [Current docs check]
**Security:** [✓/⚠️/❌] [Vulnerability check]

**Verdict:** [APPROVE / REQUEST CHANGES / NEEDS DISCUSSION]

**Critical issues:** [List or "None"]
**Suggested improvements:** [List or "None"]

Reminders

  1. Primary value: Web research - Verify versions, docs, security
  2. Complement automatic hook - Hook checks correctness/elegance/bloat, you verify ecosystem
  3. Phase matters - Adapt research focus to current BDD phase
  4. Be concise - Hook already prompts for general quality, focus on what it can't do

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です