代码评审

自动化代码审查与分析

显示 2281-2304 / 共 8751 个技能
hylarucoder

hai-razor

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".

智能体 281 3个月前
hylarucoder

clean-code-reviewer

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".

代码评审 281 3个月前
existential-birds

langgraph-code-review

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.

分析 79 7个月前
existential-birds

phoenix-code-review

existential-birds

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

认证鉴权 79 7个月前
existential-birds

elixir-docs-review

existential-birds

Reviews Elixir documentation for completeness, quality, and ExDoc best practices. Use when auditing @moduledoc, @doc, @spec coverage, doctest correctness, and cross-reference usage in .ex files.

代码评审 79 7个月前
existential-birds

receive-feedback

existential-birds

Process external code review feedback with technical rigor. Use when receiving feedback from another LLM, human reviewer, or CI tool. Verifies claims before implementing, tracks disposition.

CI/CD 79 7个月前
existential-birds

liveview-code-review

existential-birds

Reviews Phoenix LiveView code for lifecycle patterns, assigns/streams usage, components, and security. Use when reviewing LiveView modules, .heex templates, or LiveComponents.

认证鉴权 79 7个月前
existential-birds

humanize

existential-birds

Rewrite AI-generated developer text to sound human — fix inflated language, filler, tautological docs, and robotic tone. Use after review-ai-writing identifies issues.

代码评审 79 6个月前
existential-birds

review-ai-writing

existential-birds

Detect AI-generated writing patterns in developer text — docs, docstrings, commit messages, PR descriptions, and code comments. Use when reviewing any text artifact for authenticity and clarity.

代码评审 79 6个月前
existential-birds

review-skill-improver

existential-birds

Analyzes feedback logs to identify patterns and suggest improvements to review skills. Use when you have accumulated feedback data and want to improve review accuracy.

代码评审 79 7个月前
existential-birds

review-verification-protocol

existential-birds

Mandatory verification steps for all code reviews to reduce false positives. Load this skill before reporting ANY code review findings.

代码评审 79 6个月前
SpartanLabsXyz

polymarket-signal-sniper

SpartanLabsXyz

Snipe Polymarket opportunities from your own signal sources. Monitors RSS feeds with Trading Agent-grade safeguards.

API 开发 48 6个月前
SpartanLabsXyz

polymarket-ai-divergence

SpartanLabsXyz

Find markets where Simmer's AI consensus diverges from the real market price, then trade on the mispriced side using Kelly sizing. Scans for divergence, checks fees and safeguards, and executes trades on zero-fee markets with sufficient edge.

API 开发 48 6个月前
SpartanLabsXyz

polymarket-copytrading

SpartanLabsXyz

Mirror positions from top Polymarket traders using Simmer API. Size-weighted aggregation across multiple wallets.

CLI 工具 48 6个月前
SerendipityOneInc

apiclaw-analysis

SerendipityOneInc

Finds winning Amazon products with 14 battle-tested selection strategies & 6-dimension risk assessment. Backed by 200M+ product database. Use when user asks about: product selection, finding products to sell, ASIN lookup, BSR analysis, competitor lookup, market opportunity, risk assessment, category research, pricing strategy, review analysis, listing optimization, or any Amazon seller data needs. Powered by APIClaw API (requires APICLAW_API_KEY).

CLI 工具 67 5个月前
vitalics

playwright-best-practices

vitalics

Review code for Playwright Guidelines compliance. Use when asked to "review my playwright tests", "check accessibility", or "check my tests against best practices".

无障碍 20 7个月前
netresearch

security-audit

netresearch

"Use when conducting security assessments, CVSS scoring, or auditing PHP/TYPO3 projects against OWASP Top 10 and CWE Top 25."

API 开发 37 6个月前
brianlovin

rams

brianlovin

Run accessibility and visual design review on components. Use when reviewing UI code for WCAG compliance and design issues.

无障碍 365 7个月前
brianlovin

knip

brianlovin

Run knip to find and remove unused files, dependencies, and exports. Use for cleaning up dead code and unused dependencies.

代码评审 365 6个月前
travisjneuman

application-security

travisjneuman

OWASP Top 10 with code examples, SAST/DAST tools, dependency scanning, CSP headers, and input validation patterns. Use when hardening applications, reviewing security posture, or implementing defensive coding practices.

代码评审 95 7个月前
travisjneuman

generic-react-code-reviewer

travisjneuman

Review React/TypeScript code for bugs, security vulnerabilities, performance issues, accessibility gaps, and CLAUDE.md workflow compliance. Enforces TypeScript strict mode, GPU-accelerated animations, WCAG AA accessibility, bundle size limits, and surgical simplicity. Use when completing features, before commits, or reviewing pull requests.

无障碍 95 7个月前
travisjneuman

generic-code-reviewer

travisjneuman

Review code for bugs, security vulnerabilities, performance issues, accessibility gaps, and CLAUDE.md workflow compliance. Supports any tech stack - HTML/CSS/JS, React, TypeScript, Node.js, Python, NestJS, Next.js, and more. Use when completing features, before commits, or reviewing pull requests.

无障碍 95 7个月前
travisjneuman

ai-policy-generator

travisjneuman

AI governance policy creation for nonprofits and enterprises with frameworks, risk assessment, ethical guidelines, and compliance templates. Use when drafting AI usage policies, responsible AI frameworks, or organizational AI governance documents.

代码评审 95 6个月前
travisjneuman

document-skills

travisjneuman

"Professional document creation, editing, and analysis for Office formats (docx, pdf, pptx, xlsx). Use when working with Word documents, PDFs, PowerPoint presentations, or Excel spreadsheets."

代码生成 95 7个月前