By takahirom
Automate code quality gates on recent git changes before commits: detect test issues and anti-patterns, remove debug code/logs/comments after tests pass, simplify complexity with Claude subagents. Enforce deploy safety by running bash scripts before tool calls and on stop, blocking unsafe executions.
npx claudepluginhub takahirom/takahirom-claude-code-marketplace --plugin claude-code-quality-gateA quality automation system using Claude Code Hooks and Subagents to enforce code quality standards automatically.
Extract learnings from conversation and save as reusable skills.
/plugin marketplace add takahirom/takahirom-claude-code-marketplace
/plugin install takahirom-claude-code-marketplace@claude-code-quality-gate
/plugin install takahirom-claude-code-marketplace@skill-extractor
Claude Code hooks for enforcing best practices and workflow automation
Executes bash commands
Hook triggers when Bash tool is used
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Codex-powered code review gate. Creates a review checkpoint that triggers Codex CLI review when Claude exits.
Base plugin — commit command, code quality hooks, auto-format and check hooks for all projects
Backpressure code review that validates changes against REVIEW.md before commits and session completion.
Auto-configure code quality tools and generate custom /fix command for parallel agent-based fixing
Sets up and manages Husky Git hooks by configuring pre-commit hooks, establishing commit message standards, integrating with linting tools, and ensuring code quality on commits.