بنقرة واحدة
code
Implement production changes with or without new test coverage.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Implement production changes with or without new test coverage.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
Prepare commits, push a branch, and create a draft PR targeting your base branch.
Review a branch or PR for merge readiness and produce a QA report.
Practice test-driven development for new features and bug fixes.
Behavior-first test guidance.
Orchestrate the repo workflow from brief through draft PR using skills and thin role wrappers.
Create a product brief document for a feature or project.
استنادا إلى تصنيف SOC المهني
| name | code |
| description | Implement production changes with or without new test coverage. |
This skill is performed in the Developer persona. If you are not already running as Developer (for example, the user invoked /code directly), read subagents/developer.md and adopt its role guidance for the rest of this task. Stay in the current chat—do not delegate to a subagent.
Implement the requested change using existing project patterns. This skill covers spec-driven feature work and implementation tasks that are not primarily about new automated tests.
/tdd before implementation/review or /draft-pr).code remains distinct from /tdd because some implementation work in this repo does not justify a test-first flow.