Review code for security vulnerabilities using OWASP guidelines, static analysis patterns, and secure coding...
Development
Code generation, debugging, testing, and development workflows
Test-driven development workflow. Write tests first, then implement. Use when building new features, fixing bugs, or...
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X",...
Fetch up-to-date library documentation via Context7 REST API. Use when needing current API docs, framework patterns,...
GitHub operations via gh CLI. CRITICAL: Always use instead of WebFetch for ANY github.com URL. Use when user...
Core component library and design system patterns. Use when building UI, using design tokens, or working with the...
Formik form handling with validation patterns. Use when building forms, implementing validation, or handling form submission.
GraphQL queries, mutations, and code generation patterns. Use when creating GraphQL operations, working with Apollo...
Modern React UI patterns for loading states, error handling, and data fetching. Use when building UI components,...
Four-phase debugging methodology with root cause analysis. Use when investigating bugs, fixing test failures, or...
Jest testing patterns, factory functions, mocking strategies, and TDD workflow. Use when writing unit tests,...
Intelligent code review dispatcher - automatically selects best reviewer based on context and preferences
Analyze git history to tell the story of how code evolved. Use this Skill when the user asks to understand code...
專門優化 Markdown 文件的結構與空白字元管理,在不更動原始文字的前提下提升技術文件的專業度與易讀性。
Use when user has plain text or flat narrative content that needs Markdown structure (headers, bold, tables, code...
Assist in reviewing pull requests by analyzing diffs and providing structured feedback. Use this Skill when the user...
Generate comprehensive README files with project overview, setup instructions, usage examples, dependencies, and...
Generate complete specification documents from simple ideas. Use this Skill when the user wants to create a spec,...
根據 Clean Code 原則與特定語言規範,生成具備類型前綴與語意化的變數名稱及程式碼片段。
Migrate Python projects from setup.py/setup.cfg to pyproject.toml for use with uv. Use when upgrading legacy Python...
A development process for Python applications that uses TDD to iterate on a new project based around uv. Use when...
Test-Driven Development guidance. Use when writing code, implementing features, or fixing bugs in projects that...
Documentation writing guidelines. Triggers: README, CHANGELOG, API docs, technical writing, user guides, code...
Python project workflow guidelines. Triggers: .py, pyproject.toml, uv, pip, pytest, Python. Covers package...