feat: add back-merge, release, and resolve-snyk developer skills - #2717
Closed
cs-raj wants to merge 1 commit into
Closed
feat: add back-merge, release, and resolve-snyk developer skills#2717cs-raj wants to merge 1 commit into
cs-raj wants to merge 1 commit into
Conversation
Add three internal developer skills to the CLI repo for use by the devex team and contentstack agents. These skills are distinct from the customer-facing skills in contentstack-agent-skills — they cover developer workflows specific to this repository. Skills added: - back-merge: automates merging main into release branches - release: orchestrates the full release pipeline (Google Sheets tracking, PR checks, build/deploy coordination) - resolve-snyk: runs Snyk audits and applies dependency upgrades to fix vulnerabilities across CLI packages No secrets are committed — credentials files are .gitignored and all talisman flags are whitelisted false positives (code variables, example/template files). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
🔒 Security Scan Results
⏱️ SLA Breach Summary
ℹ️ Vulnerabilities Without Available Fixes (Informational Only)The following vulnerabilities were detected but do not have fixes available (no upgrade or patch). These are excluded from failure thresholds:
Consider reviewing these vulnerabilities when fixes become available. |
|
|
||
| function run(cmd) { | ||
| try { | ||
| return execSync(cmd, { encoding: 'utf8', stdio: ['pipe', 'pipe', 'pipe'] }); |
Contributor
Author
|
Closing — skills are for internal developer use only and don't belong in this repo's main PR flow. |
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 internal developer skills to the CLI repository for use by the devex team. These are not customer-facing skills — those live in
contentstack/contentstack-agent-skills. These are for developers working on this repo and contentstack agents that assist them.skills/back-merge/— Automates mergingmaininto all release branches. Handles conflict detection and resolution guidance.skills/release/— Orchestrates the full release pipeline: Google Sheets tracking, GitHub PR status checks, build and deploy coordination. Credentials are loaded from local config (never committed).skills/resolve-snyk/— Runs Snyk audits across all CLI packages, identifies upgradeable dependencies, and applies fixes. Useful for the recurring vulnerability remediation workflow.Security
google-credentials.json, OAuth tokens) are.gitignored inside the skill directories.ticketKeys,CLIENT_SECRETreading from local files, and example template files) have been whitelisted in.talismanrcwith file checksums.Test plan
skills/back-merge/SKILL.mdloads correctly in Claude Codeskills/release/SKILL.mdloads and references are accessibleskills/resolve-snyk/SKILL.mdloads and scripts directory is intact🤖 Generated with Claude Code