Skip to main content
Showing 7 resources in commands for "automation"
Saved
Active
Commands. Slash commands for Claude Code and Codex
commandsReview firstSource-backedReview firstClaude Code

/draft-release-notes - Release Notes Drafting Command for Claude Code

by jony376

Slash command that drafts release notes from the Conventional Commits made since the last release tag. It reads the git log, groups changes into Keep a Changelog sections (Added, Changed, Fixed, and more), recommends the Semantic Versioning bump, and produces human-readable notes ready to paste into a CHANGELOG or GitHub release.

Invocation:/draft-release-notes [from-ref]
Safety Privacy
commandsReview firstSource-backedReview firstClaude Code

Hooks Generator for Claude Code

by JSONbored

Create automated Claude Code hooks that execute shell commands at specific lifecycle points for deterministic control over formatting, testing, linting, and notifications

Invocation:/hooks-generator [hook-type] [options]
Safety · Privacy ·
commandsReview firstSource-backedReview firstClaude Code

Slash Command Generator for Claude Code

by JSONbored

Create custom slash commands for Claude Code with templates, arguments, frontmatter metadata, and team-shared workflows stored in .claude/commands directory

Invocation:/slash-command-gen [command-name] [options]
Safety · Privacy ·
commandsReview firstSource-backedReview firstClaude Code

Subagent Creator for Claude Code

by JSONbored

Create specialized Claude Code subagents with custom system prompts, scoped tool access, and independent context for parallel task execution and workflow orchestration

Invocation:/subagent-create [role] [options]
Safety · Privacy ·
commandsReview firstSource-backedReview firstClaude Code

TDD Workflow for Claude Code

by JSONbored

Implement test-driven development workflows with Claude Code using red-green-refactor cycles, automatic test generation, and AI-guided iteration until all tests pass

Invocation:/tdd-workflow [feature] [options]
Safety · Privacy ·
commandsReview firstSource-backedReview firstClaude Code

Mintlify Documentation Generator for Claude

by JSONbored

Generate beautiful, searchable documentation using Mintlify with AI-powered content generation, API reference automation, and MDX components

Invocation:/mintlify-docs [options] <documentation_scope>
Safety · Privacy ·
commandsReview firstSource-backedReview firstClaude Code

Generate Tests for Claude

by JSONbored

Automatically generate comprehensive test suites including unit tests, integration tests, and edge cases with multiple testing framework support

Invocation:/test-gen [options] <file_or_function>
Safety · Privacy ·