一键导入
code-standards
Code quality standards and style guide for reviewing pull requests
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Code quality standards and style guide for reviewing pull requests
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
React performance optimization guidelines from Mastra Engineering. This skill should be used when writing, reviewing, or refactoring React code to ensure optimal performance patterns. Triggers on tasks involving React components, data fetching, bundle optimization, or performance improvements.
Default process for handling open-ended tasks that touch files, the shell, or the web.
Process for answering research questions using the web and saving findings into the workspace.
Smoke test Mastra projects locally or deploy to staging/production. Tests Studio UI, agents, tools, workflows, traces, memory, and more. Supports both local development and cloud deployments.
Documentation guidelines for Mastra. This skill should be used when writing or editing documentation for Mastra. Triggers on tasks involving documentation creation or updates.
Use when breaking a large, complex, messy, or hard-to-review pull request into multiple smaller PRs; planning stacked PRs; extracting independent changes from a branch; splitting mixed refactor and behavior changes; managing drift after review feedback; rebasing follow-up PRs as earlier PRs change; or preserving original branch intent while shipping incrementally.
| name | code-standards |
| description | Code quality standards and style guide for reviewing pull requests |
| version | 1.0.0 |
| metadata | {"tags":["code-review","quality","style"]} |
When reviewing code, follow this structured process:
Check for issues that MUST be fixed before merging:
Evaluate overall code quality:
any in TypeScriptCheck against the style guide in references/style-guide.md:
Flag these patterns:
var usage (should be const or let)console.log or debugger statementsTODO or FIXME comments without issue referencesStructure your feedback as: