feat: add sdk-feature, sdk-parity, sdk-review skills - #17
Open
OMpawar-21 wants to merge 1 commit into
Open
Conversation
Adds three management SDK automation skills to support feature parity across the Contentstack management SDK portfolio (JS, Python, Java, .NET). sdk-feature: Full 11-step implementation pipeline — CMA spec as source of truth, TDD-first approach, 12-check architecture scan, security gates (Talisman/Snyk/TruffleHog), human review gate, model separation enforced (higher model for thinking, lower model for code writing). sdk-parity: Parity audit across all management SDKs — fetches CMA OpenAPI spec dynamically, endpoint-based matching (catches aliases like query↔find), dynamic resource discovery via grep, generates HTML parity report. sdk-review: Independent 3-pass code review (Source, Tests, Regression) — 10 checks in Pass 1 (spec compliance, plan compliance, return types, param naming, docstrings, deprecated endpoints, cross-SDK method count), test quality review in Pass 2, full regression in Pass 3. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
🔒 Security Scan Results
⏱️ SLA Breach Summary
✅ BUILD PASSED - All security checks passed |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds three management SDK automation skills to support feature parity across the Contentstack management SDK portfolio (JS, Python, Java, .NET).
Skills Added
sdk-feature— Full 11-step implementation pipeline:sdk-parity— Parity audit across all management SDKs:sdk-review— Independent 3-pass code review:Context
Built as part of DevEx workspace SDK automation initiative (DX-10180).
Short-term: skills live in
sdk-automation/in devex-workspace, synced viamake generate.Long-term: this repo is the canonical home.
Test Plan
npx skills add contentstack/contentstack-agent-skills --skill sdk-feature/sdk-featurein Claude Code — verify pipeline steps appear/sdk-parityin Claude Code — verify gap table output/sdk-review repos/contentstack-management-python— verify 3-pass review🤖 Generated with Claude Code