ワンクリックで
debug-issue
A strict, scientific debugging protocol (The "Iron Law"). No fixes allowed without root cause investigation.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
A strict, scientific debugging protocol (The "Iron Law"). No fixes allowed without root cause investigation.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Comprehensive code review covering Functionality, Security (OWASP), Performance, and Maintainability. Includes good/bad examples.
Generates robust, cross-platform launcher scripts (Windows .bat, Unix .sh, Mac .sh) with dependency checking, .env handling, and graceful shutdown logic.
Automates the creation of professional-grade Antigravity skills. Incorporates best practices for progressive disclosure, resource organization, and automatic agent registration.
Scans the current conversation thread and updates a project work log. Useful for tracking progress and generating release notes.
Generates standardized API documentation (OpenAPI/Markdown) for backend endpoints.
Systematic UI enhancement and verification. Covers styling upgrades, responsiveness, and rigorous integrity testing to prevent code regression/loss.
| name | debug_issue |
| description | A strict, scientific debugging protocol (The "Iron Law"). No fixes allowed without root cause investigation. |
Core Principle: NO FIXES WITHOUT ROOT CAUSE INVESTIGATION FIRST. Symptom patching is failure.
grep_search to find error messages in code.view_file to inspect logic.run_command to run reproduction scripts.Expected vs Observed.enhance_ui or standard tests.If you catch yourself saying these, STOP and return to Step 1:
console.log("here"). Log state: console.log({ user: req.user, authHeader: req.headers.authorization }).