Labsco
langfuse logo

code-review

β˜… 30,400

by langfuse Β· part of langfuse/langfuse

Use this skill when the task is to review code changes rather than implement a feature.

πŸ”₯πŸ”₯βœ“ VerifiedFreeQuick setup
πŸ”’ Repo-maintenance skill. It exists to help maintain langfuse/langfuse itself β€” it's only useful if you contribute code to that project.

This is the playbook your agent receives when the skill activates β€” you don't need to read it to use the skill, but it's here to audit before installing.

by langfuse

Use this skill when the task is to review code changes rather than implement a feature. npx skills add https://github.com/langfuse/langfuse --skill code-review Download ZIPGitHub30.4k

Code Review

Use this skill when the task is to review code changes rather than implement a feature.

Start Here

  • Read references/review-checklist.md for the repo's canonical review rules.

  • Read root AGENTS.md and the nearest package AGENTS.md for the files under review.

  • If the review touches ClickHouse, also use the shared clickhouse-best-practices skill.

  • If the review touches backend code, also use the shared backend-dev-guidelines skill 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-review skill. Run its references/checklist.md before 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.