원클릭으로
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: