From git
Configures 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.
npx claudepluginhub fradser/dotclaude --plugin githaikuconfig-git/1. Verify `git config user.name` and `user.email`; prompt if missing
2. `git-agent init --scope --force`
3. Read scopes from `.git-agent/config.yml`, validate naming:
- Single words: use as-is
- Multi-word: abbreviate to first letters (e.g., `multi-word` -> `mw`)
4. Create `.claude/git.local.md` from `${CLAUDE_PLUGIN_ROOT}/examples/git.local.md` with validated scopes
CLI reference: `${CLAUDE_PLUGIN_ROOT}/references/cli.md`/SKILLGenerates CLAUDE.md project config file via interactive phases: detects environment and tools, collects developer profile, selects testing methodology and tech stack.
/SKILLResolves GitHub issue via isolated worktree, TDD workflow, and auto-closing PR creation.
/SKILLCreates a GitHub pull request with automated quality validation, security scanning, issue linking, and compliance checks. Accepts optional description or issue reference.
/SKILLStarts git-flow release: validates <version> semver, creates release/<version> branch, bumps version in project files, commits, and pushes to origin.
/SKILLReviews SwiftUI and Swift code for best practices, modern APIs, data flow, navigation, accessibility, performance. Outputs issues by file with before/after fixes and prioritized summary.
/SKILLFinalizes git-flow release: verifies branch, runs tests, updates changelog, merges to main/develop with tag, creates GitHub release, switches to develop.
git config user.name and user.email; prompt if missinggit-agent init --scope --force.git-agent/config.yml, validate naming:
multi-word -> mw).claude/git.local.md from ${CLAUDE_PLUGIN_ROOT}/examples/git.local.md with validated scopesCLI reference: ${CLAUDE_PLUGIN_ROOT}/references/cli.md