Code Review and Quality Assurance

Review TypeScript code for strict compliance, error handling, input validation, and security.

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/corey-alix/dwp-hours --skill code-review-and-quality-assurance
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Code Review and Quality Assurance
Source: https://github.com/corey-alix/dwp-hours/tree/main/.github/skills/code-review-qa
Command: npx skills add https://github.com/corey-alix/dwp-hours --skill code-review-and-quality-assurance

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of reviewing code implementations to ensure they meet project-specific standards for quality, security, and maintainability.

Core Features & Use Cases

  • TypeScript Compliance: Verifies code adheres to strict TypeScript configurations.
  • Error Handling: Checks for consistent and appropriate error handling patterns.
  • Input Validation: Ensures all inputs are validated thoroughly.
  • Security Best Practices: Confirms that security measures are implemented correctly.
  • Use Case: After a developer completes a new feature, they can ask this Skill to perform an automated review before submitting a pull request, catching common issues early.

Quick Start

Review the provided code snippet for compliance with project standards.

Frequently Asked Questions about Code Review and Quality Assurance

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

FAQPage Schema
How do I automate code review for TypeScript strict mode compliance?

To automate code review for TypeScript strict mode compliance, submit your completed code snippets to an automated reviewer. It checks implementations against project standards, verifying TypeScript strict configurations, proper error handling, input validation, and security best practices before pull requests.

What security best practices should I check before submitting a code implementation?

Before submitting a code implementation, you should verify that security best practices are followed, including thorough input validation for all user entries and consistent error handling patterns. Automated review tools can scan your code to confirm these security measures are correctly implemented.

Can I check if my code has proper error handling and input validation?

Yes, you can check if your code has proper error handling and input validation by running an automated review. The process verifies that consistent error handling patterns are present and ensures all inputs are validated thoroughly against your project's specific quality standards.

What is the best way to ensure code quality before a pull request?

The best way to ensure code quality before a pull request is to perform an automated review against project standards. This catches common issues early by checking TypeScript compliance, verifying error handling, confirming input validation, and reviewing security best practices.

Does code review work for catching implementation issues in completed features?

Yes, code review works for catching implementation issues in completed features. When a developer finishes a new feature, sharing the code with an automated reviewer identifies missing input validation, inconsistent error handling, and security gaps before submission.