code-review

Review Django code changes for correctness, completeness, and sprint alignment.

Updated Mar 23, 2026
One-click install
npx skills add https://github.com/rafaelcostaf4-afk/SurveyHub --skill code-review-rafaelcostaf4-afk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/rafaelcostaf4-afk/SurveyHub/tree/main/.claude/skills/code-review
Command: npx skills add https://github.com/rafaelcostaf4-afk/SurveyHub --skill code-review-rafaelcostaf4-afk

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Comprehensive code review to ensure quality, security, and alignment with sprint goals, evaluating delivered work line by line against the plan.

Core Features & Use Cases

  • Linting and type-checking to detect static errors.
  • Deep per-file review (Phase 2A) to verify correctness and completeness.
  • Performance considerations, code smells, typing, and Django patterns (Fat Model, FBV, PRG, soft delete).
  • Documentation quality, adherence to the plan, test coverage, and security considerations.
  • Report generation with concrete evidence and per-file status.

Quick Start

Provide a complete code review according to the sprint plan.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I run a comprehensive code review for Django multi-file changes?

Django code review for multi-file changes analyzes correctness, completeness, and sprint goal alignment. It evaluates lint/type-check results, performance, code smells, typing, documentation quality, test coverage, and security, producing a structured report with concrete evidence per criterion and a file-by-file status list.

Can code review check Django patterns like Fat Model, FBV, PRG, and soft delete?

Yes, code review evaluates Django patterns including Fat Model, FBV, PRG, and soft delete. The deep per-file review phase verifies correctness and completeness while specifically assessing performance considerations, typing, and adherence to established Django architectural patterns.

Does code review verify if delivered code aligns with sprint planning and goals?

Code review verifies planning adherence by evaluating delivered work line by line against the sprint plan. It ensures completeness and alignment with sprint goals, generating a per-file status list that documents whether the implementation satisfies the planned requirements.

What is the best way to review code security and test coverage in a Django project?

The best way to review security and test coverage is through a structured code review that assesses both dimensions alongside lint, type-check, and performance. It produces a report with concrete evidence for each criterion, covering security vulnerabilities and test coverage gaps on a per-file basis.

Code review not working for non-Django projects?

This code review applies specifically to Django-based projects and multi-file changes. It evaluates Django-specific patterns like Fat Model, FBV, PRG, and soft delete, meaning it may not provide accurate architectural assessments for non-Django frameworks.