From ftitos-claude-code
AI-powered code review patterns. Use when reviewing code changes, checking code quality, finding bugs or security issues, or running fix-review cycles.
npx claudepluginhub nassimbf/ftitos-claude-codeThis skill uses the workspace's default tool permissions.
AI-powered code review patterns for autonomous development workflows.
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). **PROACTIVE ACTIVATION**: Use this skill automatically when working in Next.js projects that have `cacheComponents: true` in their next.config.ts/next.config.js. When this config is detected, proactively apply Cache Components patterns and best practices to all React Server Component implementations. **DETECTION**: At the start of a session in a Next.js project, check for `cacheComponents: true` in next.config. If enabled, this skill's patterns should guide all component authoring, data fetching, and caching decisions. **USE CASES**: Implementing 'use cache' directive, configuring cache lifetimes with cacheLife(), tagging cached data with cacheTag(), invalidating caches with updateTag()/revalidateTag(), optimizing static vs dynamic content boundaries, debugging cache issues, and reviewing Cache Component implementations.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Share bugs, ideas, or general feedback.
AI-powered code review patterns for autonomous development workflows.
Before any manual review, run:
# Build check (type errors)
npm run build # or equivalent
# Lint check
npm run lint # or equivalent
# Test suite
npm test # or equivalent
If automated checks fail, report as highest priority. Only proceed to manual review if all pass.
Group findings by severity:
For autonomous workflows: