go-review
25Command
A Go code review command that examines changed Go files for coding conventions, error handling, security, and concurrency problems.
Command
A Go code review command that examines changed Go files for coding conventions, error handling, security, and concurrency problems.
Command
A Go testing command that follows test-driven development, or TDD: write a failing test, implement the smallest change that passes it, then improve the code.
Command
A command that exports learned coding habits, called instincts, into a shareable YAML file. YAML is a human-readable format often used for configuration and structured notes.
Command
A command for importing learned coding and workflow preferences from a local file or web address.
Command
A command that lists learned coding and workflow preferences, grouped by area, with a confidence score for each one.
Command
A command that reviews the current coding session and identifies reusable solutions, debugging methods, workarounds, or project-specific patterns worth saving as skills.
Command
Command "orchestrate" from codelably/harmony-claude-code, covering 编排(orchestrate)命令, 用法, 工作流类型, feature and bugfix.
Command
A planning command that restates a software request, identifies risks, and creates a step-by-step implementation plan. It requires the user to confirm the plan before code changes begin.
Command
A Python code review command that checks changed Python files for style, type, security, and common coding problems.
Command
A cleanup command that finds unused code and dependencies, writes a report, and recommends removals classified by risk. It requires tests before and after each deletion.
Command
A command for detecting and choosing the package manager used by a project. A package manager installs and manages JavaScript dependencies, such as npm, yarn, pnpm, or bun.
Command
A command that examines a repository's Git history and creates a SKILL.md file describing recurring coding patterns and team practices.
Command
Enforce test-driven development workflow. Scaffold interfaces, generate tests FIRST, then implement minimal code to pass. Ensure 80%+ coverage.
Command
A command that examines test coverage reports and creates tests for code paths that are not covered. Test coverage measures which parts of the code tests execute.
Command
A command that scans a codebase and updates short architecture maps describing its main files, dependencies, backend, frontend, and data structures.
Command
A command for synchronizing project documentation from source files that define the project's settings. It reads package scripts and example environment variables, then uses them to produce contributor and operations documents.
Command
Command "verify" from codelably/harmony-claude-code, covering 验证(verification)命令, 指令(instructions), 输出(output) and 参数(arguments).
Skill Claude CodeCodex
Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.
Skill Claude CodeCodex
ClickHouse database patterns, query optimization, analytics, and data engineering best practices for high-performance analytical workloads.
Skill Claude CodeCodex
Universal coding standards, best practices, and patterns for TypeScript, JavaScript, React, and Node.js development.
Skill Claude CodeCodex
Instinct-based learning system that observes sessions via hooks, creates atomic instincts with confidence scoring, and evolves them into skills/commands/agents.
Skill Claude CodeCodex
Automatically extract reusable patterns from Claude Code sessions and save them as learned skills for future use.
Skill Claude CodeCodex
Formal evaluation framework for Claude Code sessions implementing eval-driven development (EDD) principles.
Skill Claude CodeCodex
Frontend development patterns for React, Next.js, state management, performance optimization, and UI best practices.