Add release skill - #16
Open
cs-raj wants to merge 1 commit into
Open
Conversation
End-to-end release automation skill covering Jira ticket fetch, GitHub PR verification, deployment/rollback plan generation, release PR creation, CAB Google Sheet population, release notes ticket creation, and SDK Confluence changelog table generation. All org-specific values (project keys, account IDs, Confluence page IDs, Google Sheet template IDs, OAuth credentials) are excluded from the repo. Users configure their own values via references/config.json and references/google-credentials.json (both gitignored). Example files with placeholder values are provided. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
🔒 Security Scan Results
⏱️ SLA Breach Summary
✅ BUILD PASSED - All security checks passed |
harshitha-cstk
approved these changes
Aug 17, 2026
abhishek-ezhava-cstk
approved these changes
Aug 17, 2026
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
releaseskill — end-to-end release automation for Claude Code--dry-runmode (full preview, zero writes)Security
All org-specific values have been removed. Nothing hardcoded:
Users configure their own values locally via
references/config.jsonandreferences/google-credentials.json— both are gitignored. Example files with placeholders are provided.Install
First-time setup (per user)
references/config.example.json→references/config.jsonand fill in your org's valuesreferences/google-credentials.example.json→references/google-credentials.jsonand follow the OAuth setup in SKILL.md Step 6Test plan
/releasetriggers the help block--dry-runagainst a real fix version — verify all 8 step summaries print without writing anythinggoogle-credentials.jsonandconfig.jsonare not included in the repo🤖 Generated with Claude Code