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