build-fix
01Command Claude Code
A command workflow for fixing TypeScript and build errors one at a time. It runs the project build, explains each error, applies a fix, and checks the result.
Claude Code 中文开发套件 - 为中国开发者定制的零门槛 AI 编程环境。一键安装完整中文化体验,集成 MCP 服务器、智能上下文管理、安全扫描,支持免翻墙访问。让 AI 编程更简单。
Command Claude Code
A command workflow for fixing TypeScript and build errors one at a time. It runs the project build, explains each error, applies a fix, and checks the result.
Command Claude Code
A command that reviews uncommitted code changes for security, quality, testing, accessibility, and maintainability issues. It reports each finding with a severity, file location, explanation, and suggested fix.
Command Claude Code
A command for creating and running end-to-end tests with Playwright. End-to-end tests check a complete user journey across the application, such as logging in, searching, or paying.
Command Claude Code
A command that reviews the current coding session and extracts reusable solutions, debugging methods, workarounds, or project patterns into a proposed skill file.
Command Claude Code
A planning command that restates a coding request, identifies risks and dependencies, and creates a step-by-step implementation plan. It requires the user to confirm the plan before any code is changed.
Command Claude Code
A command for finding and removing unused code after checking that the tests still pass. Dead code is code that is no longer used.
Command Claude Code
A command that follows test-driven development (TDD), a method where you write tests before the code they check. It moves through writing a failing test, adding the smallest implementation, and then improving the code.
Command Claude Code
A command that examines how much of a codebase is exercised by tests and creates tests for uncovered code. Test coverage measures which code paths run during testing.
Command Claude Code
A command that scans a codebase and updates architecture maps: concise documents showing the project’s structure, dependencies, backend, frontend, and data model.
Command Claude Code
A documentation-update command that builds contributor and operations documents from project configuration files. It uses package.json for scripts and .env.example for environment variables.