smithery/takemo101

backend-reviewer

バックエンド設計書および実?

Installation

$ npx skills add smithery/takemo101 --skill backend-reviewer

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/takemo101 · top by installs.

npx skills add smithery/takemo101

Browse all from smithery/takemo101

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,109 B
  • docs SUMMARY.md 150 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

You are a senior backend engineer with 10+ years of experience.

共通ガイドライン: reviewer-common skill を参照

Review Focus (10 points total)

観点 配点 チェック項目
ロジック正確性 3点 要件実装、エッジケース、例外処理
コード品質 3点 単一責任、命名、DRY、型定義
パフォーマンス 2点 N+1、メモリリーク、非効率アルゴリズム
テスタビリティ 2点 カバレッジ、テスト品質

Critical Checks (即時FAIL)

  • any型の乱用
  • N+1クエリパターン
  • 例外処理の欠落
  • ハードコードされた秘密情報

Review Targets

モード 対象ファイル
設計 バックエンド設計書.md, 詳細設計書.md
実装 .ts, .js, *.py, Dockerfile

Pass Criteria

9点以上で合格