One-click install
npx skills add https://github.com/einargudnig/dotfiles --skill check-einargudnig
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: check
Source: https://github.com/einargudnig/dotfiles/tree/main/claude/skills/check
Command: npx skills add https://github.com/einargudnig/dotfiles --skill check-einargudnig

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically reviews diffs to ensure code quality before merging, applying safe auto-fixes where possible and routing to specialists for large diffs.

Core Features & Use Cases

  • Diff analysis and quality gating before merges.
  • Safe auto-fixes for low-risk issues and structured escalation for harder problems.
  • Specialist reviews for large diffs or complex architectural or security concerns.

Quick Start

Submit a diff to trigger the automated check workflow.

Frequently Asked Questions about check

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

FAQPage Schema
How do I automate code review for diffs before merging?

Automated diff review analyzes code changes to enforce quality gates, applies safe auto-fixes for low-risk issues, and escalates complex changes to specialists before merging. It ensures drift checks, scope alignment, and readiness criteria are met to prevent faulty integrations.

What is the best way to handle large diffs with security or architecture concerns?

Handling large diffs involves routing the changes to security and architecture specialists for detailed review. The automated workflow prevents faulty merges by enforcing structured escalation for complex problems rather than attempting automatic corrections.

Can I apply safe auto-fixes to low-risk code quality issues automatically?

Safe auto-fixes can be applied directly to low-risk code quality issues found during diff analysis. Harder problems trigger structured escalation to specialized reviewers, ensuring only verified corrections are merged.

How do I prevent debugging or exploration misuses from triggering faulty merges?

Preventing exploration misuses requires enforcing strict drift checks, scope alignment, and readiness criteria before merging. The automated review process blocks unauthorized or unverified changes, ensuring only intended code modifications pass the quality gate.

Does automated diff review work without external dependencies?

Automated diff review operates entirely standalone without external dependencies. You simply submit a diff to trigger the workflow, which then handles quality gating, auto-fixes, and specialist routing independently.