بنقرة واحدة
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: