api-tester
01laolaoshiren/claude-code-skills-zh
Skill Claude CodeCodex
A tool for creating and checking API tests from the real API contract and implementation. An API is the agreed way that software sends requests and receives responses.
laolaoshiren/claude-code-skills-zh
Skill Claude CodeCodex
A tool for creating and checking API tests from the real API contract and implementation. An API is the agreed way that software sends requests and receives responses.
laolaoshiren/claude-code-skills-zh
Skill Claude CodeCodex
A changelog generator that turns Git history into a version-by-version record of project changes. A changelog is a readable summary of new features, fixes, breaking changes, documentation, and other updates.
laolaoshiren/claude-code-skills-zh
Skill Claude CodeCodex
A database change helper that compares the code-defined database structure with its migration history and creates scripts for updating it. A database migration is a controlled change to tables, fields, indexes, or relationships.
laolaoshiren/claude-code-skills-zh
Skill Claude CodeCodex
A read-only audit of a project’s third-party packages for known security issues, version health, and license facts. It uses the versions actually selected by lockfiles, which record the exact packages installed, rather than relying only on version ranges.
laolaoshiren/claude-code-skills-zh
Skill Claude CodeCodex
A project-structure mapper that scans a code repository and produces a labeled directory tree. It explains what important folders and files are for, including separate package areas in a monorepo, a repository containing multiple related projects.
laolaoshiren/claude-code-skills-zh
Skill Claude CodeCodex
An environment-variable manager for project settings stored outside the code, often in .env files. It checks variable definitions and usage while keeping secret values out of reports and terminal output.
laolaoshiren/claude-code-skills-zh
Skill Claude CodeCodex
A Chinese-language assistant that translates English programming errors and explains what they mean. It covers common errors from languages and frameworks including Python, JavaScript, TypeScript, Java, and others.
laolaoshiren/claude-code-skills-zh
Skill Claude CodeCodex
A project-aware assistant for finding and fixing ESLint errors, warnings, and configuration compatibility problems. ESLint is a tool that checks JavaScript and TypeScript code for style and common mistakes.
laolaoshiren/claude-code-skills-zh
Skill Claude CodeCodex
A guide for handling Git repository work safely, including status checks, branches, commits, pushes, pull requests, and rebasing. Git is a version-control system that records code changes and coordinates work between developers.
laolaoshiren/claude-code-skills-zh
Skill Claude CodeCodex
A guide for creating or updating GitHub Actions workflows, which are automated jobs that test, build, release, or deploy code. It first examines the real project before choosing commands, runtimes, caches, and permissions.
laolaoshiren/claude-code-skills-zh
Skill Claude CodeCodex
A helper for adding internationalization, which lets software show different languages and regional text. It finds user-visible text written directly in code and moves it into language files.
laolaoshiren/claude-code-skills-zh
Skill Claude CodeCodex
A log-analysis helper that reads application and system logs to find unusual patterns and likely causes. Logs are records of events such as errors, requests, warnings, and service activity.
laolaoshiren/claude-code-skills-zh
Skill Claude CodeCodex
A performance investigation guide that uses repeatable measurements and profiling evidence to find where software spends time or resources. Profiling records runtime activity such as CPU use, memory use, database work, or network delays.
laolaoshiren/claude-code-skills-zh
Skill Claude CodeCodex
A code review helper that finds common design and maintenance problems in a codebase and suggests ways to restructure the code.
laolaoshiren/claude-code-skills-zh
Skill Claude CodeCodex
A code security review helper that looks for vulnerabilities, unsafe patterns, and dependency risks. It checks issues such as exposed secrets, injection risks, weak authentication, missing protections, and outdated dependencies.
laolaoshiren/claude-code-skills-zh
Skill Claude CodeCodex
A Chinese-language evaluator for deciding whether developer tools and agent resources are suitable for a curated collection. It checks real repositories, installation paths, activity, duplicates, and security boundaries using evidence.
laolaoshiren/claude-code-skills-zh
Skill Claude CodeCodex
A test-writing helper that creates unit or integration tests from the code's actual behavior and contracts. Unit tests check small pieces of code, while integration tests check how real components work together.
laolaoshiren/claude-code-skills-zh
Skill Claude CodeCodex
A Chinese-language code-review specialist that produces a structured review report. It examines coding style, possible bugs, performance, security, and design choices.
laolaoshiren/claude-code-skills-zh
Skill Claude CodeCodex
A tool that reads a codebase and creates Chinese technical documentation in Markdown. It can cover the project overview, setup steps, API reference, examples, and frequently asked questions.
laolaoshiren/claude-code-skills-zh
Skill Claude CodeCodex
A tool for writing README files in Chinese after first examining a software project. A README is the main guide visitors see when they open a code repository.