Development & Code AI Skills — Refactoring, Testing, Code Review (2026) | Skills and Servers
Category · 24 Skills

Development & Code Skills — Refactoring, Testing, Review, Docs (2026)

Every AI Skill in our directory that touches source code — component generators, refactoring tools, test writers, code reviewers, doc writers, migration helpers. Each Skill has been used against real production codebases (not toy examples), tested on multiple languages, and documented for Claude Code, Claude Desktop, Cursor, and Cline. Provider-agnostic — the same Skill runs on Claude, GPT-5, Gemini, Mistral, or DeepSeek.

24
Skills
7
Sub-types
5
Providers
100%
Human-tested
Last updated August 15, 2026

1What this category covers

Development & Code Skills accept a code artifact (a file, a diff, a repo path, a stack trace) and produce a code artifact back — a component, a refactored version, a test file, a review, a doc page, a migration script. The best of these Skills understand your project's conventions rather than starting from generic defaults — they read your existing code first, then generate consistent additions.

The value the Skill layer adds is project awareness. Plain LLM code generation produces code that works in isolation but doesn't match your codebase's patterns — different import order, different naming, different error handling. Skills read the surrounding code first, extract your conventions, then generate code that fits. For teams with a house style, this is the difference between AI code you accept and AI code you rewrite.

What lives here vs. elsewhere: if the Skill's output is source code or an operation on source code, it belongs here. If it's shell/DevOps automation (CI configs, Terraform), see Business Operations. If it's documentation about code that isn't itself code (a technical blog post, a marketing docs page), see Content Creation. For workflows that combine coding with issue tracking and code review across tools, see Custom Workflows.

2When you should reach for a Development & Code Skill

  • You want AI to generate code that matches your codebase's existing conventions — not generic boilerplate.
  • You need repetitive code work done well (test cases for a set of functions, doc comments across a module, migration of a pattern across many files).
  • You want AI code review as a first pass before a human reviewer — catches obvious issues, frees the human to focus on architectural decisions.
  • You're modernizing a legacy codebase (Python 2 → 3, class components → hooks, JavaScript → TypeScript) and want AI to handle the mechanical parts.
  • You want documentation that stays in sync with code — AI generates the doc when the code changes, humans review.

3Featured Skills this month

Our editorial picks — heaviest tested, highest reader ratings.

4All 24 Development & Code Skills

Filter by sub-type, search by name, sort by recency or alphabetical.

Showing 24 of 24 Skills
GenerationAug 13

React Component Generator

Generate React components that match your codebase — naming, imports, styling, TypeScript. Supports React 19, Server Components.

View →
GenerationAug 11

Vue Component Generator

Sister Skill for Vue 3 Composition API. Reads your project's conventions and generates SFC components.

View →
GenerationAug 9

API Endpoint Generator from Spec

Given an OpenAPI spec or plain-English requirements, generate Express, FastAPI, or Actix endpoints with validation and error handling.

View →
RefactoringAug 10

Extract Function Refactor

Identify chunks of code that should be extracted into functions. Suggests names, parameters, and updates callers.

View →
ReviewAug 6

Security-Focused Code Review

Review a diff or file for security issues: injection, auth bypasses, unsafe deserialization, secrets in code, unchecked user input.

View →
DocsAug 5

API Reference Doc Generator

Generate reference documentation for a public API from source code + docstrings. Outputs Markdown or MkDocs-ready structure.

View →
MigrationAug 5

Python 2 to 3 Migrator

Beyond 2to3 — handles harder cases (unicode strings, imports, division) with human-review flags for ambiguous cases.

View →
MigrationAug 1

REST to GraphQL Migrator

Generate a GraphQL schema and resolvers from an existing REST API. Preserves auth and validation logic.

View →
DebuggingAug 9

Log File Anomaly Detector

Scan a log file for anomalies: unusual error rates, new error types, latency spikes, correlated events across services.

View →

5Related MCP servers

MCP servers our team pairs with Development & Code Skills for full workflows.

MCP Server

GitHub MCP Server

Read files, browse issues, create PRs. Pairs with every code Skill for end-to-end workflows.

MCP Server

GitLab MCP Server

GitLab counterpart for teams on GitLab.com or self-hosted GitLab.

MCP Server

Filesystem MCP Server

Local file access for reading and writing code in a project directory.

MCP Server

Linear MCP Server

Connect code changes to issue tracking — close issues from PRs, add comments referencing code.

MCP Server

Jira MCP Server

Enterprise issue tracking counterpart for teams on Atlassian.

MCP Server

Postgres MCP Server

Read schema for the database migration and API endpoint generator Skills.

6Related Learn guides

Longer-form tutorials for the concepts behind these Skills.

7Comparisons worth reading

Head-to-head reviews that touch on Development & Code workflows.

8Frequently asked questions

Yes — every code Skill in this category is tested on Claude Code. Claude Code has native filesystem access to your project, so Skills that read surrounding files (for convention detection) work especially well there. You can also use them in Claude Desktop, Cursor, or Cline — the Skills format is provider-agnostic and client-agnostic.
By reading existing files before generating new ones. For example, the React Component Generator Skill first reads 3-5 existing components in the same directory, extracts patterns (import order, prop-typing style, styling approach, naming conventions), then generates a new component that matches. This is why running the Skill in the actual project directory matters — running it on an empty scratch folder gives you generic output.
For most code tasks, Claude Opus 4.7 is the recommended default — best at multi-file reasoning and matching codebase conventions. GPT-5 is competitive and slightly better on some algorithm-heavy tasks. DeepSeek V4 and Qwen 3 Coder are the strongest open-weights options — significantly cheaper and privacy-friendly for teams that need on-premise. See each Skill's Provider Compat table for specifics.
Yes, with awareness — Skills that operate on a single file or small change scale fine. Skills that scan an entire codebase (dead-code elimination, security review, README generator) may need to work incrementally on large repos. Most Skills default to scoped operation and ask for a specific directory or file set rather than trying to load an entire repo into context. For massive repos, pair the Skill with the GitHub MCP so it can fetch relevant files on demand rather than loading everything upfront.
Different tools for different jobs. Copilot inline suggestions are great for keystroke-level autocomplete — you're writing code and getting completions in your editor. These Skills are for larger discrete tasks — generate a full component, write a test file, do a code review, migrate a pattern across files. Most engineers use both: Copilot for keystroke productivity, Skills for larger structured tasks. The Claude Code vs Cursor comparison covers this in detail.

Working on a real Development & Code problem?

Our sister sites cover errors and code recipes across the AI ecosystem. Bookmark them for when a Skill hits an edge case.

Visit AI Error Hub

Share with