بنقرة واحدة
plan-issue
Plan the implementation of a GitHub issue
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Plan the implementation of a GitHub issue
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Project coding standards and conventions for Java 17 with Lombok, spring-javaformat, checkstyle, and PMD
Implement a GitHub issue with branch and pull request workflow
Create or update a GitHub issue for tracking work
Check JaCoCo code coverage
Save a learning to project memory. Invoke automatically (without user asking) whenever a task required more than one fix cycle to resolve — e.g. a test failed and needed a second attempt, a compile error required a correction, an API behaved unexpectedly, or an assumption proved wrong mid-task. Also invoke when the user explicitly asks to remember something. Do NOT invoke for routine single-pass work.
Build the project with Maven
| name | plan-issue |
| description | Plan the implementation of a GitHub issue |
| argument-hint | ["issue-number"] |
| allowed-tools | Bash(gh *) |
gh issue view $ARGUMENTS
Key places to check:
spring-boot-config-json-schema-starter/src/main/java/org/alexmond/config/json/schema/ — main sourcespring-boot-config-json-schema-starter/src/main/java/org/alexmond/config/json/schema/service/ — core servicesspring-boot-config-json-schema-starter/src/main/java/org/alexmond/config/json/schema/jsonschemamodel/ — schema modelsspring-boot-config-json-schema-starter/src/main/java/org/alexmond/config/json/schema/metamodel/ — metadata modelsspring-boot-config-json-schema-starter/src/main/java/org/alexmond/config/json/schema/config/ — configurationspring-boot-config-json-schema-starter/src/test/ — testsCreate a detailed implementation plan:
Post the plan as a comment on the issue:
gh issue comment $ARGUMENTS --body "<plan>"