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、定價層級、tokenizer 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 的 schema、查詢或配置時必須使用。包含 28 條規則,在提供建議前必須檢查。務必閱讀…
official
frontend-browser-review
langfuse
當變更影響使用者在瀏覽器中看到或進行的操作時,使用此技能。
official
skill-developer
langfuse
遵循Anthropic最佳實踐來建立和管理Claude Code技能。在建立新技能、修改skill-rules.json、理解觸發器時使用…
official
turborepo
langfuse
JavaScript/TypeScript 單一程式碼庫的建置系統。Turborepo 會快取任務輸出,並根據依賴圖平行執行任務。
official