code-review
por langfuse
Usa esta habilidad cuando la tarea sea revisar cambios de código en lugar de implementar una funcionalidad.
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.
Más skills de langfuse
add-model-price
langfuse
Úsalo al editar worker/src/constants/default-model-prices.json, packages/shared/src/server/llm/types.ts, niveles de precios, IDs de tokenizador o expresiones regulares matchPattern…
official
agent-setup-maintenance
langfuse
Usa esta habilidad al cambiar la configuración del agente compartido para el repositorio.
official
backend-dev-guidelines
langfuse
Guía compartida de backend para el monorepo de Langfuse con Next.js, tRPC, BullMQ y TypeScript. Úsala al crear o revisar routers de tRPC, endpoints REST públicos, BullMQ…
official
changelog-writing
langfuse
Usa esta habilidad cuando una rama de funcionalidad completada necesite una entrada en el registro de cambios.
official
clickhouse-best-practices
langfuse
DEBE USARSE al revisar esquemas, consultas o configuraciones de ClickHouse. Contiene 28 reglas que DEBEN verificarse antes de proporcionar recomendaciones. Siempre leer…
official
frontend-browser-review
langfuse
Usa esta habilidad cuando un cambio afecte lo que los usuarios ven o hacen en el navegador.
official
skill-developer
langfuse
Crear y gestionar habilidades de Claude Code siguiendo las mejores prácticas de Anthropic. Usar al crear nuevas habilidades, modificar skill-rules.json, entender desencadenadores…
official
turborepo
langfuse
Sistema de construcción para monorepos de JavaScript/TypeScript. Turborepo almacena en caché las salidas de las tareas y ejecuta tareas en paralelo basándose en el grafo de dependencias.
official