Skip to content

chore(tooling): add Claude Code slash commands for housekeeping and security alerts#3251

Merged
misama-ct merged 1 commit into
mainfrom
chore/claude-housekeeping-security-commands
May 20, 2026
Merged

chore(tooling): add Claude Code slash commands for housekeeping and security alerts#3251
misama-ct merged 1 commit into
mainfrom
chore/claude-housekeeping-security-commands

Conversation

@misama-ct
Copy link
Copy Markdown
Contributor

Summary

Ports two Claude Code slash commands from the nimbus repo, tailored to this ui-kit monorepo:

  • /housekeeping — updates pnpm-workspace.yaml catalog entries (catalog: and catalogs.<name>:) to their latest minor/patch versions only, in risk-ordered cohorts, with build/lint/type/test validation between checkpoints. Accepts free-form scope filters (e.g. "tooling only", "storybook dry run", "just the slate stack"). The peer catalog stays frozen.
  • /github/fix-security-alerts — triages Dependabot alerts in this repo, proposes a fix plan, applies auto-fixable updates after validation, and optionally pushes and opens a PR.

Both files are pure tooling — they only land in .claude/commands/ and don't affect published packages, so no changeset is required.

Test plan

  • In a Claude Code session at the repo root, run /housekeeping dry run and confirm it enumerates catalogs without applying changes.
  • Run /github/fix-security-alerts and confirm it reaches the "present plan" phase against current Dependabot alerts before any commits are made.
  • Verify both commands appear in the / command palette.

…ecurity alerts

Ports two Claude Code slash commands from the nimbus repo, tailored to ui-kit:

- /housekeeping — update pnpm-workspace.yaml catalog entries to latest
  minor/patch versions in risk-ordered cohorts, with validation between
  checkpoints. Accepts natural-language scope filters.
- /github/fix-security-alerts — triage and fix Dependabot security alerts,
  with auto-fixable updates, validation, and optional PR creation.
@misama-ct misama-ct requested a review from a team as a code owner May 19, 2026 13:54
@vercel
Copy link
Copy Markdown

vercel Bot commented May 19, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
ui-kit Ready Ready Preview, Comment May 19, 2026 1:55pm

Request Review

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 19, 2026

⚠️ No Changeset found

Latest commit: ed38069

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@misama-ct misama-ct merged commit 0975f90 into main May 20, 2026
9 checks passed
@misama-ct misama-ct deleted the chore/claude-housekeeping-security-commands branch May 20, 2026 05:36
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.

2 participants