OpenCode 单模块互动测验。Use when asked to "quiz me on hooks", "test my knowledge of lesson 3", "lesson quiz", "practice quiz for MCP", "do I understand skills", or similar Chinese requests.
OpenCode 中文自测与学习路径顾问。用于评估当前水平、识别短板、推荐学习顺序。Use when asked to "assess my level", "take the quiz", "find my level", "where should I start", "what should I learn next", "check my skills", "skill check", or similar Chinese requests.
A skill for creating, updating, or reviewing an AGENTS.md file. AGENTS.md is a project note that gives coding agents lasting context about the codebase and its conventions.
保持品牌语气和写作风格一致。Use when creating marketing copy, customer communication, public-facing content, or when users mention brand voice, tone, or writing style.
从源码生成准确、完整的 API 文档和技术说明。Use when creating or updating API docs, generating endpoint documentation, or when users mention API docs, endpoints, or documentation.
基于 Martin Fowler 方法论做系统化重构。Use when users ask to refactor code, improve structure, reduce technical debt, clean up legacy code, or improve maintainability.
A monitoring-alert and system-metrics analyst. Metrics are measurements such as response time, error rate, or resource use, while alerts signal possible problems.
An agent focused on software deployment and rollback work. Deployment means putting an application into a target environment, while rollback means returning to an earlier version after a problem.
A command for deploying an application to a production or pre-production environment. Pre-production is an environment used to check a release before real users receive it.
A structured command for handling production incidents. It creates an incident record, assesses severity and impact, gathers diagnosis, coordinates response, and schedules a post-mortem, which is a review after the problem is resolved.
A command that checks the overall health of a software system. It examines running pods, database connections, monitoring API response times, errors, and resource use.
An API documentation assistant that explains web endpoints, their inputs and outputs, example requests, and error codes. An API is a defined way for programs to communicate.
A code-commenting and inline-documentation assistant. It explains parameters, return values, and usage inside or alongside source code, including JSDoc and docstrings.
An agent that writes example code and tutorial sections, including getting-started guides, common use cases, integrations, best practices, and troubleshooting.
A command that creates Markdown documentation from source code for an API. An API is an interface that lets software systems communicate through defined requests and responses.