code-tester-reviewer

Test and review code for correctness, security, performance, and maintainability.

2|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/MICHAEL-BODO/MigrationBox-v4 --skill code-tester-reviewer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-tester-reviewer
Source: https://github.com/MICHAEL-BODO/MigrationBox-v4/tree/main/.agent/skills/code-tester-reviewer.backup.20260218-025111
Command: npx skills add https://github.com/MICHAEL-BODO/MigrationBox-v4 --skill code-tester-reviewer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the need for rigorous testing and quality assurance of newly written code, ensuring it is functional, secure, and maintainable.

Core Features & Use Cases

  • Automated Testing: Designs and executes comprehensive unit and integration tests.
  • Code Quality Review: Assesses code for correctness, security, performance, readability, and adherence to standards.
  • Use Case: After a developer implements a new API endpoint, this Skill can be invoked to automatically test its functionality, check for security vulnerabilities, and provide feedback on code style.

Quick Start

Use the code-tester-reviewer agent to test and review the provided Python code snippet.

Frequently Asked Questions about code-tester-reviewer

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

FAQPage Schema
How do I review recently written code for security and performance issues?

To review code, you design and execute systematic test cases that assess correctness, security, performance, and maintainability. This quality assurance process generates detailed reports of findings and suggested improvements for the newly written code.

What is automated testing in software development quality assurance?

Automated testing is the systematic design and execution of unit and integration tests to ensure newly written code is functional, secure, and maintainable. It provides rigorous quality assurance by verifying correctness and reporting findings for improvement.

Can I use automated testing to check a newly implemented API endpoint?

Yes, automated testing can evaluate a newly implemented API endpoint by testing its functionality, checking for security vulnerabilities, and providing feedback on code style. This ensures the new code meets correctness and maintainability standards.

How do I design test cases for software correctness and debugging?

To design test cases for debugging, you create comprehensive unit and integration tests that validate code correctness and security. This systematic execution generates detailed reports of findings, guiding debugging and maintainability improvements for recently written code.

Does code review for maintainability require specific frameworks?

Code review for maintainability does not list specific framework dependencies. The quality assurance process assesses readability and standards adherence directly from the recently written code using systematic test case design, execution, and detailed reporting.