Skip to content

chore: add fix-dependency-security skill to .claude/skills#220

Open
ikrascloudinary wants to merge 1 commit into
masterfrom
add-fix-dependency-security-skill
Open

chore: add fix-dependency-security skill to .claude/skills#220
ikrascloudinary wants to merge 1 commit into
masterfrom
add-fix-dependency-security-skill

Conversation

@ikrascloudinary
Copy link
Copy Markdown

Summary

  • Adds a project-local Claude Code skill at .claude/skills/fix-dependency-security/SKILL.md.
  • Adapts the global fix-dependency-security workflow to this repo: yarn (not npm), yarn.lock (not package-lock.json), resolutions (not overrides), no Chrome/chromedriver step, npm test (mocha) as the validation suite, standard semver bump rules, and an OpenTelemetry v2 Resource API migration note.
  • A project-local skill with the same name takes precedence over the global one for this repo, so future security-fix runs in this directory will use the project-tuned workflow automatically.

Test plan

  • In this repo, invoking /fix-dependency-security resolves to this file (vs the global one).
  • Workflow steps in the file are accurate: yarn install, npm test, version bump format 1.3.x, branch <JIRA>/security-fixes.

🤖 Generated with Claude Code

Project-local Claude Code skill that adapts the global fix-dependency-security
workflow to this repo's stack: yarn (not npm), no Chrome/chromedriver, mocha
test runner, standard semver versioning, and the OpenTelemetry v2 Resource
API migration footnote.

Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant