Api Error Handling
Use this skill when implementing error handling in APIs, backend services, or full-stack applications. It provides decision trees for when to use which HTTP status code, how to structure error responses for Chinese teams, how to handle database errors, third-party API failures, validation errors, and authentication errors with proper logging and user-facing messages.
Env Config Safety
Use this skill when working with environment variables, configuration files, API keys, secrets, or .env files. It provides rules for secret management, .env file patterns, .gitignore configuration, and prevents accidental exposure of credentials in code, logs, or git history. Triggers when creating .env files, configuring API keys, setting up deployment, or handling sensitive data.
Git Commit Cn
Use this skill when writing git commit messages or generating changelogs. It enforces Conventional Commits format with Chinese scope descriptions, provides templates for common commit types, and generates structured commit messages from code diffs. Triggers on git commit, changelog generation, or version release tasks.
Code Review Cn
Use this skill when reviewing code, writing PR descriptions, or providing code review feedback. It provides a structured checklist for code review with Chinese-language comment templates, severity levels, and decision frameworks for when to approve, request changes, or suggest improvements. Triggers on pull request review, code review, or merge request tasks.