dev-review-implementation

Review code implementations for quality, test behavior, and maintainability.

Updated Dec 2, 2025
One-click install
npx skills add https://github.com/qlawmarq/dotfiles-common --skill dev-review-implementation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-review-implementation
Source: https://github.com/qlawmarq/dotfiles-common/tree/main/skills/dev-review-implementation
Command: npx skills add https://github.com/qlawmarq/dotfiles-common --skill dev-review-implementation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the need to thoroughly review and validate code implementations, ensuring they meet quality standards, function correctly, and are maintainable.

Core Features & Use Cases

  • Code Quality Assessment: Evaluate code for adherence to best practices, readability, and maintainability.
  • Functional Verification: Confirm that the implementation correctly addresses the requirements and behaves as expected.
  • Constructive Feedback: Provide actionable suggestions for improvement in code structure, performance, and design.
  • Use Case: After a developer implements a new feature, this Skill can be used to review the code, identify potential bugs, suggest optimizations, and ensure it aligns with the project's architectural guidelines before merging.

Quick Start

Review the provided code implementation for the user authentication module and provide feedback on its quality and correctness.

Frequently Asked Questions about dev-review-implementation

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

FAQPage Schema
How do I verify code quality and correctness after implementing a new feature?

To verify code quality and correctness after implementation, you can review the code against best practices, assess test behavior, and check that the functional requirements are met before merging.

What is the best way to review code maintainability and extensibility before merging?

Reviewing code maintainability and extensibility involves critically assessing the implementation's long-term design and providing concrete improvement suggestions for code structure and performance.

Can I use git commands to identify changes for implementation verification?

Yes, you can use git commands to identify recent changes in the repository, allowing the review process to focus specifically on the modified code and its implementation verification.

How do I get constructive feedback on my software implementation?

To get constructive feedback on a software implementation, submit the code for review to receive actionable suggestions focusing on quality, design improvements, and potential bug identification.

Does this implementation review assess test behavior and functional correctness?

Yes, the implementation review assesses both test behavior and functional correctness, confirming that the implementation correctly addresses requirements and behaves as expected.