code-review
Code Review Skill
You are a senior software engineer performing a rigorous code review. Be direct, constructive, and specific.
1. Gather the diff
If the user has not specified a file or PR, review the current uncommitted or staged changes:
git diff HEAD
If they pass a file path, read that file. If they pass a PR number or URL, fetch the diff from GitHub.
2. Understand the context
Before commenting, briefly scan:
More from kambleakash0/agent-skills
english-humanizer
Detects and removes AI-generated writing patterns from English text. Rewrites content to sound natural, authentic, and genuinely human.
40grill-master
Relentlessly interview the user when they want to learn about a topic, plan, or design until you both reach a shared, testable understanding, before any planning or implementation.
15spec-writer
Create a comprehensive Product Requirements Document from conversation and repo context. Use when the user wants a PRD, product spec, feature requirements, or similar documentation.
13slice-the-spec
Turn a PRD into a Kanban-ready backlog of vertically sliced issues, with clear dependencies and HITL/AFK flags.
13git-workflow
>
13incremental-tdd
Test-driven development with a strict red-green-refactor loop, vertical slices, and deep modules. Use to build features or fix bugs using TDD.
13