Skip to content

loigaak/Automated-Code-Review-Checklist-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Automated-Code-Review-Checklist-Generator

A CLI tool that generates a customizable code review checklist based on the programming language, framework, or project type, helping developers ensure code quality and consistency before submitting pull requests.

Automated Code Review Checklist Generator

A CLI tool to generate customizable code review checklists for developers.

Installation

npm install -g review-gen-cli
Usage
Interactive mode: review-gen generate
Direct mode: review-gen direct --lang <lang> --framework <framework> --output <file>
Save template: review-gen save <name> --lang <lang> --custom <items>
Features
Supports multiple languages and frameworks.
Interactive and command-line modes.
Save and reuse checklist templates.
Outputs in markdown for easy integration.
Support
If you find this tool helpful, please consider sponsoring me on GitHub Sponsors!
https://github.com/loigaak

About

A CLI tool that generates a customizable code review checklist based on the programming language, framework, or project type, helping developers ensure code quality and consistency before submitting pull requests.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors