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