langfuse/code-review
Review Langfuse code changes for correctness, regressions, and best practices.
npx skills add https://github.com/langfuse/langfuse --skill code-review
Use this skill when the task is to review code changes rather than implement a
feature.
references/review-checklist.md forthe repo's canonical review rules.
AGENTS.md and the nearest packageAGENTS.md for the files under review.
clickhouse-best-practices skill.
backend-dev-guidelines skill where relevant.
new integration, or touches secrets, RBAC, or redirect handling, also use
the shared security-review skill. Run its
references/checklist.md
before signoff.
Focus on:
test catches. Prefer merging into the closest existing suite. Flag repeated
tests of the same predicate across layers unless each proves a distinct
transport, projection, or execution boundary.
Use references/review-checklist.md for Langfuse-specific checks such as:
Do not duplicate those rules in ad hoc prompts or tool-specific command files.
Take langfuse/code-review from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.