Code Review

Automated code review and analysis

Showing 2257-2280 of 8780 skills
nicknisi

Final Review - Comprehensive PR Review & Testing

by nicknisi

Be honest: "This pass was substantial - I'd recommend one more review" or "Changes were minimal - ready to merge"

Code Review 114 7mo ago
Logos-Liber

content-strategy

by Logos-Liber

Documentation architecture, content planning, and maintenance strategies

Code Review 21 7mo ago
SimHacker

hero-story

by SimHacker

Safe referencing of real people's traditions without impersonation

Code Review 50 7mo ago
SimHacker

github

by SimHacker

See also: tmnn7-8/github-simulation for GitHub as MMORPG

Code Review 50 7mo ago
SimHacker

action-queue

by SimHacker

Sims-inspired task scheduling — queue actions, execute in order

Agents 50 7mo ago
SimHacker

evaluator

by SimHacker

Independent assessment without debate context — adversarial loop prevents gaming

Code Gen 50 7mo ago
SimHacker

context

by SimHacker

Runtime context passed to compiled closures — the world as seen from inside

Code Review 50 7mo ago
SimHacker

code-review

by SimHacker

Systematic code analysis with evidence collection

Auth 50 7mo ago
SimHacker

advertisement

by SimHacker

Objects announce what they can do — The Sims style

Agents 50 7mo ago
SimHacker

cursor-mirror

by SimHacker

MOOLLM

CLI Tools 50 6mo ago
SimHacker

bartender

by SimHacker

Generic bartending capabilities — pour drinks, manage tabs, know regulars

Code Review 50 7mo ago
travisjneuman

codebase-documenter

by travisjneuman

This skill should be used when writing documentation for codebases, including README files, architecture documentation, code comments, and API documentation. Use this skill when users request help documenting their code, creating getting-started guides, explaining project structure, or making codebases more accessible to new developers. The skill provides templates, best practices, and structured approaches for creating clear, beginner-friendly documentation.

API Dev 95 7mo ago
markus41

pr-workflow

by markus41

Comprehensive knowledge for creating, managing, and merging pull requests with Jira integration, following best practices for code review, deployment, and team collaboration

Code Review 20 8mo ago
markus41

harness-mcp

by markus41

Harness MCP (Model Context Protocol) server integration for AI-powered CD operations, pipeline management, Git repositories, pull requests, code review comments, and bidirectional Jira synchronization

API Dev 20 8mo ago
markus41

Jira Orchestration Workflow

by markus41

This skill should be used when the user asks to "orchestrate jira", "work on issue", "complete jira ticket", "development workflow", "jira automation", "issue lifecycle", "work on story", "fix bug ticket", or needs guidance on coordinating development work through Jira with multi-agent orchestration patterns.

Code Review 20 8mo ago
markus41

manager-orchestration

by markus41

Establishes manager-level coordination contracts and cross-domain handoffs.

Code Review 20 6mo ago
markus41

task-details

by markus41

Enriches Jira tasks with comprehensive context, requirements analysis, and technical details through intelligent extraction, dependency mapping, and historical analysis

Code Review 20 8mo ago
clear-solutions

generate-test-cases

by clear-solutions

Analyze code and generate a structured list of test cases following battle-tested INCLUDE/EXCLUDE rules. Outputs Given-When-Then format covering all code branches. Use before writing actual tests.

Code Gen 49 7mo ago
slavingia

minimalist-review

by slavingia

Review any business decision, plan, or strategy through the minimalist entrepreneur lens. Use when someone wants a gut-check on a business decision, wants to simplify their approach, or needs to decide between options.

Code Review 9.9K 5mo ago
hylarucoder

hai-architecture

by hylarucoder

Produce an evidence-grounded architecture review or design-decision critique — an architecture map, the painful complexity center, 3-6 chosen review lenses, ranked findings with file:line evidence, why-not alternatives, and a red/blue adversarial check — grounded in John Ousterhout's "A Philosophy of Software Design" (APoSD). Trigger whenever the user asks about architecture or system-design quality: module/package boundaries, abstraction depth, deep vs shallow modules, information hiding, dependency direction, change amplification / blast radius, ownership, error boundaries, or whether to split / merge / combine modules — including 架构审查, 架构 review, 模块边界, 依赖方向, 抽象太浅, 复杂度太高, 这个设计合不合理, or an APoSD / Ousterhout / "philosophy of software design" review. Be pushy: trigger even when they only say "is this structure ok", "these modules feel tangled", "should I split this", "review my system design", or "why does touching X force edits everywhere", not just when they say "architecture review". For naming use hai-naming; for whole-repo refactor hunting use improve-codebase-architecture; for a single React component use component-diagnosis.

Code Review 281 3mo ago
hylarucoder

hai-razor

by hylarucoder

Audits whether each requirement, workflow step, role, field, state, module, layer, abstraction, or rule deserves to exist and returns a razor verdict: an evidence table, a Keep/Merge/Defer/Delete/Replace/Prove-first classification of every concept, the strongest survival argument for anything cut, the complexity that must be preserved, a concrete cut/proof list, and — for full audits — before/after Mermaid diagrams plus an HTML report. Use whenever the user wants to apply Occam's razor, simplify or trim a PRD / architecture / workflow / data model / state machine, challenge whether something is necessary, or spot fake requirements, premature abstractions, or over-engineering — even if they never say "razor." Trigger on 用奥卡姆剃刀, 剃刀一下, 砍需求, 砍掉没用的东西, 收一收复杂度, 这个字段/状态/模块/分层有必要吗, 这个抽象是不是多余, 是不是伪需求, 是不是过度设计, 这步能不能去掉, 这些角色/状态是不是太多了, and English like "is this over-engineered", "do we really need this layer", "this feels bloated, what can we delete", "too many fields".

Agents 281 3mo ago
hylarucoder

clean-code-reviewer

by hylarucoder

Produces a severity-rated (高/中/低) Clean Code findings report across 7 dimensions (naming, function size/SRP, duplication/DRY, over-engineering/YAGNI, magic numbers, structural clarity, project conventions), each with a location and a behavior-preserving refactor suggestion — never changing functionality. Use whenever the user asks for a code review, quality check, refactor advice, or code-smell / Clean Code analysis, OR points at a file/function/diff and asks if it is well-written, too long, too repetitive, over-engineered, or poorly named — even casually, and even if they never say "review" ("I just wrote this, look it over", "does this look good before I commit"). Trigger on 代码体检, 代码质量, 重构检查, 代码审查, 这段代码写得怎么样, 帮我看看代码有没有问题, 有没有坏味道, 这函数是不是太长了, 命名规范吗, 魔法数字, 重复代码, 过度设计, and English like "is this code clean", "any code smells", "check this file".

Code Review 281 3mo ago
existential-birds

langgraph-code-review

by existential-birds

Reviews LangGraph code for bugs, anti-patterns, and improvements. Use when reviewing code that uses StateGraph, nodes, edges, checkpointing, or other LangGraph features. Catches common mistakes in state management, graph structure, and async patterns.

Analytics 79 7mo ago
existential-birds

phoenix-code-review

by existential-birds

Reviews Phoenix code for controller patterns, context boundaries, routing, and plugs. Use when reviewing Phoenix apps, checking controllers, routers, or context modules.

Auth 79 7mo ago