一键导入
这个仓库中的 skills
Perform a comprehensive code quality review
TypeScript and Next.js coding standards. Auto-triggered when writing, reviewing, or refactoring TypeScript/React code. Covers type patterns, component patterns, Biome rules, and import conventions.
React and Next.js frontend design patterns. Auto-triggered when creating React components, implementing data fetching, managing state, or optimizing performance. Covers Server Components, Suspense, streaming, and rendering.
Create a structured implementation plan for a feature or task
Access NotebookLM to ask questions and retrieve information. Specify a NotebookLM URL and query.
Safely refactor code while preserving test behavior
Fetch PR review comments and propose specific fixes
Security review checklist for Next.js applications. Auto-triggered during security reviews, auth implementation, API route creation, or when handling user input. Covers OWASP Top 10, Next.js-specific security, and auth patterns.
Test-Driven Development methodology for TypeScript/Next.js projects. Auto-triggered when writing tests, implementing features with TDD, or when test coverage is discussed. Covers vitest patterns, Playwright E2E, and the RED-GREEN-REFACTOR cycle. Use `/tdd <feature>` to run a TDD cycle.