code-review

Automate Angular code reviews using predefined rules and past lessons.

Updated May 18, 2026
One-click install
npx skills add https://github.com/tomsoulage-dedalus/presc-workflows-tools --skill code-review-tomsoulage-dedalus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/tomsoulage-dedalus/presc-workflows-tools/tree/main/skills/code-review
Command: npx skills add https://github.com/tomsoulage-dedalus/presc-workflows-tools --skill code-review-tomsoulage-dedalus

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 for Angular projects, based on predefined rules and past learnings, streamlining the development workflow.

Core Features & Use Cases

  • Automated Code Review: Analyze changes in Angular codebase for adherence to predefined rules and past lessons learned.
  • Lesson Maintenance: Updates lessons learned document if new errors are detected.
  • Use Case: Use the /code-review command to automatically review code changes and identify potential issues.

Quick Start

Execute the command /code-review to initiate a code review of the latest changes in your Angular project.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate Angular code review for my latest changes?

You can automate Angular code review by running the /code-review command, which analyzes your latest codebase changes against predefined rules and past lessons learned to identify potential issues and suggest improvements.

What are lessons learned in automated code review?

Lessons learned in automated code review are documented past errors and rules. This Skill applies them to new changes and automatically updates the lessons learned document when new errors are detected during analysis.

Does this code review tool work with Angular projects specifically?

Yes, this code review tool is designed specifically for Angular projects. It analyzes changes in your Angular codebase to ensure adherence to predefined rules and lessons learned from past errors.

What do I need to run an automated Angular code review?

To run an automated Angular code review, you need access to the repository's history and relevant configuration files. This allows the Skill to compare your latest changes against predefined rules and past learnings.

How does automated code review handle newly detected errors?

Automated code review handles newly detected errors by updating the lessons learned document. This ensures that future reviews benefit from past mistakes and continuously improves the quality of your Angular codebase.

Can I integrate lessons learned from past errors into my code review process?

Yes, you can integrate lessons learned from past errors into your code review process. This Skill automatically applies existing lessons learned to new reviews and updates the document whenever new errors are identified.