بنقرة واحدة
dev-workflow
Use for Maven lifecycle, CI, JaCoCo, and branch expectations in contentstack-java.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Use for Maven lifecycle, CI, JaCoCo, and branch expectations in contentstack-java.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Use when reviewing PRs for contentstack-java—API compatibility, tests, Maven, and security.
Use for the Java Content Delivery API—Stack, Entry, Query, sync, and HTTP/callback patterns.
Use when touching config, retry, or HTTP layer – Config, RetryOptions, RetryInterceptor, CSHttpConnection, connection/request flow, and error handling
Use for Java package layout, language level (8), and project conventions in contentstack-java.
Use for JUnit tests, integration (*IT) tests, fixtures, and credentials handling in contentstack-java.
| name | dev-workflow |
| description | Use for Maven lifecycle, CI, JaCoCo, and branch expectations in contentstack-java. |
development -> master (direct release PRs; no staging branch in release flow).mvn clean test -Dgpg.skip=true (GPG skipped for local dev).pom.xml manipulation—see .github/workflows/unit-testing.yml for the exact Maven line.target/site/jacoco/ after jacoco:report—use HTML output to inspect coverage gaps.