source-command-review

Automate code review and regression suite execution for software development workflows.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/jmolz/m0lz.02 --skill source-command-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: source-command-review
Source: https://github.com/jmolz/m0lz.02/tree/main/.agents/skills/source-command-review
Command: npx skills add https://github.com/jmolz/m0lz.02 --skill source-command-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of code review and regression suite execution, saving time and reducing the likelihood of human error.

Core Features & Use Cases

  • Code Review Automation: Automates the review of code changes for bugs, security issues, and improvements.
  • Regression Suite Execution: Runs a cumulative regression suite to ensure all previously built features still work.
  • Use Case: When a developer wants to run a code review on their changes and ensure that all features are still functioning correctly.

Quick Start

Run the source-command-review skill to perform a code review and regression suite on your latest changes.

Frequently Asked Questions about source-command-review

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

FAQPage Schema
How do I automate code review and regression suite execution for my software development workflow?

You can automate code review by running the source-command-review skill, which checks code changes for bugs and security issues, then runs a comprehensive regression suite to ensure all previously built features still function correctly.

Does automated code review check for contract compliance in source code?

Automated code review checks source code for contract compliance, evaluating changes against predefined criteria to ensure software quality and reduce the likelihood of human error in the development workflow.

What do I need to run a regression suite and evaluate results against predefined criteria?

Running a regression suite and evaluating results requires access to source code, build tools, and testing frameworks to execute the cumulative suite and validate that all features pass the predefined criteria.

Can I use automated code review to check for bugs and security issues in my code changes?

Automated code review can check your code changes for bugs, security issues, and improvements, evaluating the results against predefined criteria to maintain software quality throughout the development workflow.

When should I run an automated regression suite in my development workflow?

You should run an automated regression suite when a developer wants to review code changes and ensure that all previously built features are still functioning correctly before finalizing the software development workflow.