build
01Command Codex
Command "build" from shenjingnan/xiaozhi-client, covering build command, 执行步骤, 构建配置 and 预期输出.
Command Codex
Command "build" from shenjingnan/xiaozhi-client, covering build command, 执行步骤, 构建配置 and 预期输出.
Command Codex
A Playwright end-to-end testing command for checking a web interface through a real browser. It can record video and traces, capture console and network logs, and save screenshots for test steps.
Command Codex
A command that examines the current branch's code changes and adds unit tests for logic that lacks coverage.
Command Codex
Command "lint" from shenjingnan/xiaozhi-client, covering lint command, 执行步骤, lint 配置, 代码风格 and 快捷命令.
Command Codex
A release command for publishing a new project version using release-it, a tool that automates common release steps.
Command Codex
A project test command for running the automated checks defined with Vitest, a JavaScript testing framework.
Skill Claude CodeCodex
An API documentation generator that reads TypeScript and JavaScript source code and creates MDX pages for Nextra, a documentation site built with Next.js.
Skill Claude CodeCodex
A CI validation workflow that runs the project's full quality checks and tests. CI, or continuous integration, automatically checks code before it is merged.
Skill Claude CodeCodex
A workflow that creates a Git branch, commit, and pull request while adding required attribution text. A pull request is a request for others to review and merge code changes.
Skill Claude CodeCodex
A tool that creates clear commit messages by examining Git changes. A commit message briefly records what changed in a code project.
Skill Claude CodeCodex
A development workflow checker that recommends and runs code-quality checks after changes. These checks include type checking, style checking, and tests.
Skill Claude CodeCodex
A Chinese-language document-creation guide for the xiaozhi-client project, covering standard document types, locations, navigation updates, and checks.
Skill Claude CodeCodex
A documentation maintenance workflow for updating Markdown and MDX files, a Markdown variant that supports embedded components. It can fix import paths, improve code examples, repair formatting, and update links.
Skill Claude CodeCodex
An end-to-end test coverage checker that compares the current Git branch with main. End-to-end tests check complete user workflows through the application.
Skill Claude CodeCodex
A TypeScript code-fixing workflow that replaces any, a type that disables useful type checking, with specific types or safer alternatives such as unknown. It aims to remove any from a target file.
Skill Claude CodeCodex
A workflow for handling Copilot comments on GitHub pull requests, which are proposed code changes reviewed before they are merged. It reads the comments, checks whether they identify real problems, and fixes confirmed issues.
Skill Claude CodeCodex
A command for investigating technical problems and writing a Chinese Markdown report. It examines the current situation, technical details, possible solutions, risks, and next steps.
Skill Claude CodeCodex
A workflow for writing detailed technical design documents for development tasks. It covers the current implementation, architecture, proposed changes, implementation phases, acceptance checks, risks, and mitigations.
Skill Claude CodeCodex
A code-review skill that searches the xiaozhi-client project for one high-priority bug or maintainability problem at a time. It can submit the finding as a GitHub Issue.
Skill Claude CodeCodex
A localization checker for projects whose user-facing content is meant for Chinese developers and users. It checks comments, test descriptions, interface text, errors, and documentation.
Skill Claude CodeCodex
A path-alias checker for the xiaozhi-client project. Path aliases are short import names, such as `@/utils`, that replace long relative paths like `../../utils`.
Skill Claude CodeCodex
Automate browser interactions, test web pages and work with Playwright tests.
Skill Claude CodeCodex
A checklist for judging whether a software change is simpler than it needs to be. It looks for unnecessary abstractions, design patterns, configuration, future-proofing, and early optimization.
Skill Claude CodeCodex
A dependency security-audit procedure for pnpm projects. It checks installed packages for known vulnerabilities and gives steps for upgrading or overriding affected dependencies.