Help us improve
Share bugs, ideas, or general feedback.
From gitgud
Displays current GitGud configuration or modifies a specific setting by providing its name and value, such as frequency or enabled status.
npx claudepluginhub joshuarweaver/cascade-code-testing-misc --plugin missingpackage-gitgudHow this command is triggered — by the user, by Claude, or both
Slash command
/gitgud:gg-configThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Configuration
View and modify GitGud settings.
## Usage
## Examples
Script output:
!`node "${CLAUDE_PLUGIN_ROOT}/scripts/config.js" $ARGUMENTS`/cc-scheduleGenerates optimized, guardrailed prompts for engineering maintenance blueprints like PR review, CI triage, and dep audit, deployable to desktop, cloud, or loop. Supports --list, --dry-run, and blueprint selection.
/SKILLConfigures Git user identity and project commit scopes: verifies name/email, initializes git-agent, validates scopes from .git-agent/config.yml, generates .claude/git.local.md.
/SKILLGenerates daily standup summary with yesterday's git commits, in-progress tasks and actions, blockers, and goal milestone progress.
Share bugs, ideas, or general feedback.
View and modify GitGud settings.
/gg-config # Show current configuration
/gg-config <setting> <value> # Change a setting
/gg-config frequency 15 # Set task frequency to every 15 requests
/gg-config daily_skips 5 # Allow 5 skips per day
/gg-config difficulty hard # Set difficulty to hard
/gg-config enabled false # Disable the plugin
Script output:
!node "${CLAUDE_PLUGIN_ROOT}/scripts/config.js" $ARGUMENTS