ワンクリックで
software-development
Software development best practices: debugging, planning, testing, code quality.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Software development best practices: debugging, planning, testing, code quality.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Office document tools - docx, xlsx, pptx, pdf creation/editing
Productivity and workflow optimization
Research methodology — finding, evaluating, synthesizing information
4-phase root cause debugging: understand bugs before fixing. Never propose fixes without root cause investigation.
Red-Green-Refactor: write tests first, then code to make them pass.
Create actionable implementation plans: break down complex tasks into executable steps.
| name | software-development |
| description | Software development best practices: debugging, planning, testing, code quality. |
| version | 1.0.0 |
| author | Open-Agent |
| triggers | ["code","develop","function","class","refactor","review","programming"] |
Open-Agent includes several software development skills:
| Skill | Purpose | Triggers |
|---|---|---|
systematic-debugging | Root cause debugging | bug, fix, error, fails |
writing-plans | Implementation planning | plan, implement, build |
test-driven-development | TDD methodology | test, pytest, assert |
When you need debugging help:
When you need planning help:
When you need testing help: