Skip to content

feat: add Claude Code project slash commands for VS Code extension wo…#48

Merged
jdschleicher merged 2 commits intomainfrom
feature/claude-code-project-commands
Apr 28, 2026
Merged

feat: add Claude Code project slash commands for VS Code extension wo…#48
jdschleicher merged 2 commits intomainfrom
feature/claude-code-project-commands

Conversation

@jdschleicher
Copy link
Copy Markdown
Owner

…rkflow

Adds 20 project-specific slash commands to .claude/commands/ adapted from a general-purpose skill library to this TypeScript VS Code extension codebase.

Commands cover the full development lifecycle: pre-commit checks, code review, dual-backend contract verification, security/supply-chain audits, PR flow, deploy validation, CLAUDE.md staleness detection, and CodeTour generation.

All commands reference correct project paths, scripts (npm run compile/jest-test/lint), and repo (jdschleicher/Salesforce-Data-Treecipe). No source code changes.

Closes #43

Motivation and Context

[Why is this change required? What problem does it solve? If it fixes an open issue, please link to the issue here]

Any Technical Decisions to Note??

[Are there any adjustments or introductions, beyond simple, that enables this functionality or could even introduce challenges going forward]

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update
  • Other (please describe):

How Has This Been Tested?

  • Tested on Windows
  • Tested on macOS
  • Tested on Linux
  • Added new unit tests
  • Updated existing tests

Test Details

[Describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration]

Checklist

  • Pull Request title captures expected version update
  • package.json version number updated
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

Reviewers

@mention-team-members-or-specific-reviewers

jdschleicher and others added 2 commits April 26, 2026 11:12
…rkflow

Adds 20 project-specific slash commands to .claude/commands/ adapted from
a general-purpose skill library to this TypeScript VS Code extension codebase.

Commands cover the full development lifecycle: pre-commit checks, code review,
dual-backend contract verification, security/supply-chain audits, PR flow,
deploy validation, CLAUDE.md staleness detection, and CodeTour generation.

All commands reference correct project paths, scripts (npm run compile/jest-test/lint),
and repo (jdschleicher/Salesforce-Data-Treecipe). No source code changes.

Closes #43

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@jdschleicher jdschleicher merged commit 651853b into main Apr 28, 2026
2 checks passed
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.

Add Claude Code project slash commands for VS Code extension development workflow

1 participant