بنقرة واحدة
write
Implement a feature end-to-end following project conventions. Triggers on /write.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Implement a feature end-to-end following project conventions. Triggers on /write.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation. Project-canonical fork — in this repo use this, not superpowers:brainstorming.
Verify build is green, stage explicit paths, commit with Conventional Commits, open PR draft. Triggers on /commit.
Plan, write, and validate a Flyway database migration. Triggers on /migrate.
Review staged/recent changes against project conventions, or audit and score existing code against best practices, design principles, and patterns. Triggers on /review.
Write or fix tests for a class or feature; run suite; enforce coverage gate. Triggers on /test.
| name | write |
| description | Implement a feature end-to-end following project conventions. Triggers on /write. |
| allowed-tools | Read, Write, Edit, Bash, Grep, Glob |
flyway:validate passes from the start../mvnw clean verify (single-module repo; for a future monorepo add -pl <module> -am)git restore src/ before stopping.This skill governs the process (implementation order + the verify loop above).
The rules for Lombok, records, Flyway, Redis, Avro/Schema Registry, Kafka,
validation, pagination, and security live in CLAUDE.md and its @import files,
which are always in context. Do not restate them here — follow them as written
there. If a rule and this skill ever disagree, CLAUDE.md wins.