code-review
作成者: langfuse
このスキルは、機能を実装するのではなく、コード変更をレビューするタスクの際に使用してください。
npx skills add https://github.com/langfuse/langfuse --skill code-reviewCode Review
Use this skill when the task is to review code changes rather than implement a feature.
Start Here
- Read
references/review-checklist.mdfor the repo's canonical review rules. - Read root
AGENTS.mdand the nearest packageAGENTS.mdfor the files under review. - If the review touches ClickHouse, also use the shared
clickhouse-best-practicesskill. - If the review touches backend code, also use the shared
backend-dev-guidelinesskill where relevant. - If the change accepts a user-supplied URL, adds outbound HTTP, introduces a
new integration, or touches secrets, RBAC, or redirect handling, also use
the shared
security-reviewskill. Run itsreferences/checklist.mdbefore signoff.
Review Priorities
Focus on:
- correctness bugs
- behavioral regressions
- security and tenant-isolation risks
- performance issues with real impact
- missing or weak tests for risky changes
Output Expectations
- Findings first, ordered by severity
- File and line references for each finding
- Short summary only after findings
- If no findings, say so explicitly and mention any residual risk or coverage gaps
Scope Guidance
Use references/review-checklist.md for Langfuse-specific checks such as:
- ClickHouse and Postgres migration expectations
- project-scoped tenant isolation checks
- API/Fern consistency
- banner-offset UI positioning
- environment variable access patterns
Do not duplicate those rules in ad hoc prompts or tool-specific command files.
langfuseのその他のスキル
add-model-price
langfuse
worker/src/constants/default-model-prices.json、packages/shared/src/server/llm/types.ts、価格ティア、トークナイザーID、またはmatchPattern正規表現を編集する際に使用します…
official
agent-setup-maintenance
langfuse
このスキルは、リポジトリの共有エージェント設定を変更する際に使用します。
official
backend-dev-guidelines
langfuse
LangfuseのNext.js、tRPC、BullMQ、TypeScriptモノレポ向けの共有バックエンドガイド。tRPCルーター、公開RESTエンドポイント、BullMQの作成やレビュー時に使用します。
official
changelog-writing
langfuse
完了したフィーチャーブランチにチェンジログエントリが必要な場合に、このスキルを使用してください。
official
clickhouse-best-practices
langfuse
ClickHouseのスキーマ、クエリ、または設定をレビューする際には必ず使用すること。推奨事項を提供する前に必ず確認すべき28のルールが含まれています。常に読んでください…
official
frontend-browser-review
langfuse
このスキルは、変更がブラウザ上でユーザーが見たり操作したりする内容に影響を与える場合に使用してください。
official
skill-developer
langfuse
Anthropicのベストプラクティスに従ってClaude Codeスキルを作成・管理します。新しいスキルの作成、skill-rules.jsonの変更、トリガーの理解などに使用します。
official
turborepo
langfuse
JavaScript/TypeScriptモノレポ向けのビルドシステム。Turborepoはタスクの出力をキャッシュし、依存関係グラフに基づいてタスクを並列実行します。
official