一键导入
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 职业分类
| 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.
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.