ワンクリックで
coding-standards
Activate this skill when writing or refactoring microservice and SDK javascript/typescript source files.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Activate this skill when writing or refactoring microservice and SDK javascript/typescript source files.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Activate this skill before opening pull requests, modifying production configurations, or executing deployment and destructive commands to ensure proper human-in-the-loop verification.
Activate this skill when beginning complex tasks, proposing architectural changes, or modifying codebase files to ensure proper planning and predictive failure analysis.
Activate this skill when making tool calls, interacting with the terminal, or invoking GitHub APIs to ensure strict ReAct patterns are followed.
Activate this skill when delegating tasks, defining subagents, or orchestrating parallel agentic workflows.
Activate this skill after implementing code changes to verify, review, and update markdown documentation and timestamps.
Activate this skill when verifying changes, running E2E tests, or checking DoD requirements before PR creation.
| name | coding-standards |
| description | Activate this skill when writing or refactoring microservice and SDK javascript/typescript source files. |
All code contributions must follow these clean coding standards:
prettier --write . across the entire workspace root. You are FORBIDDEN from formatting files individually or at a directory level, as this causes PR checks to fail due to unformatted peripheral files._ (underscore) prefix for any intentionally unused parameters, variables, or caught errors (e.g., const { unused: _unused } = obj, catch (_err) {}). The ESLint config is hardened to support this pattern without warnings.The AI agent must not:
write_to_file tool to draft an implementation plan, request user approval by setting RequestFeedback to true, and END your turn. You are FORBIDDEN from executing these git commands until the user explicitly approves the plan.gh pr create, you MUST execute run_command to invoke gh issue view <issue-number> and git fetch origin, and then END your turn to verify that: 1) the target issue exists and contains a description, resolution analysis, and an implementation plan, and 2) your feature branch is fully up to date with the remote master branch. You are FORBIDDEN from opening the PR until these checks are validated. When creating the PR, it MUST explicitly close or resolve the targeted issue(s).run_command to invoke gh run delete <run-id> to delete the failed job(s), and END your turn to verify the cleanup. You are FORBIDDEN from reporting the fix as complete until all historical failed runs for that PR are deleted, ensuring only green jobs remain.The AI agent should:
grep_search, view_file, or run_command to fetch the relevant source code or documentation, and then END your turn. You are FORBIDDEN from formulating your answer until the subsequent turn, after the required context is loaded.uuid Dependency: To reduce security surface area and avoid CommonJS/ESM compatibility friction, DO NOT use the uuid npm package in the microservice.crypto.randomUUID() for all random identifier generation (ERCs, correlation IDs, task IDs).run_command to invoke the scripts/gh-issue-sync.cjs script to raise a GitHub issue with the tech debt label, and END your turn to wait for the command output. You are FORBIDDEN from continuing until the issue is recorded.
Last Updated: 2026-07-20 | Last Reviewed: 2026-07-20