code-reviewer

Automate PR code reviews for Cloudflare Workers, D1, Drizzle ORM, and SvelteKit.

Updated Mar 28, 2026
One-click install
npx skills add https://github.com/cffrank/paperclip-skills-agents --skill code-reviewer-cffrank
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/cffrank/paperclip-skills-agents/tree/main/skills/code-reviewer
Command: npx skills add https://github.com/cffrank/paperclip-skills-agents --skill code-reviewer-cffrank

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code review is time-consuming and error-prone; this skill provides automated, structured feedback tailored to Cloudflare Workers, D1 queries, Drizzle ORM patterns, and SvelteKit conventions, reducing review cycles and improving code quality.

Core Features & Use Cases

  • Blocker, Suggestion, and Nit feedback triage for PRs.
  • Cloudflare-specific checks for runtime compatibility and security.
  • D1 safety checks, Drizzle ORM guidance, and wrangler.toml validations.
  • SvelteKit conventions and UI consistency guidance across projects.
  • Use Case: When reviewing PRs across a Workers + D1 + SvelteKit project, the reviewer produces actionable inline comments and a summary.

Quick Start

Install and run the reviewer against a PR to generate structured, actionable feedback.

Frequently Asked Questions about code-reviewer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate code reviews for Cloudflare Workers and D1 projects?

Automated code review for Cloudflare Workers and D1 projects applies structured blocker, suggestion, and nit taxonomy to PRs, checking runtime compatibility and D1 query safety. It generates deterministic inline comments and patch-ready fixes.

What is the best way to validate Drizzle ORM patterns and SvelteKit conventions in PRs?

Validating Drizzle ORM patterns and SvelteKit conventions in PRs involves scanning for framework-specific anti-patterns and UI inconsistencies. This process enforces style conformance and provides actionable inline guidance across multi-repo codebases.

Can I enforce wrangler.toml security and runtime compatibility checks automatically?

You can enforce wrangler.toml security and runtime compatibility checks automatically. The review process validates configuration files and enforces Cloudflare-specific runtime constraints, producing structured inline feedback to catch deployment issues early.

How do I triage PR feedback into blockers, suggestions, and nits?

Triageing PR feedback into blockers, suggestions, and nits requires a structured taxonomy applied during code review. This classification separates critical runtime errors from minor style adjustments, delivering deterministic patch-ready fixes for each category.

Does automated code review work across multi-repo SvelteKit and Workers codebases?

Automated code review works across multi-repo SvelteKit and Workers codebases. It applies consistent SvelteKit convention checks, D1 safety validations, and Drizzle ORM guidance, generating a unified summary and actionable inline comments for every PR.