jira-code-reviewer

Review code changes against plans and Angular best practices.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/daniyarseifolla/agent-skills --skill jira-code-reviewer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira-code-reviewer
Source: https://github.com/daniyarseifolla/agent-skills/tree/main/jira-code-reviewer
Command: npx skills add https://github.com/daniyarseifolla/agent-skills --skill jira-code-reviewer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reviews implementation code for plan compliance, Angular best practices, and project conventions. Can run standalone or as part of jira-worker.

Core Features & Use Cases

  • Plan compliance checks against a provided plan and checklist when available
  • Angular quality review across components, signals, DI, HTTP, and routing
  • Standalone operation or jira-worker integrated workflow for automated reviews

Quick Start

Invoke the code review on your latest changes by saying or running 'проверь код' or 'code review' to start the standalone scan.

Frequently Asked Questions about jira-code-reviewer

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

FAQPage Schema
How do I automate Angular code review against a Jira plan?

To automate Angular code review, this Skill checks your implementation code against a predefined Jira plan and checklist. It identifies changes, verifies plan compliance, and enforces Angular best practices for components, signals, and dependency injection while providing deterministic feedback.

Can I run a code review standalone without a Jira-worker integration?

Yes, you can run a standalone code review by invoking 'code review' or 'проверь код'. This standalone operation scans your latest changes against Angular best practices and project conventions without requiring the jira-worker integrated workflow.

What Angular best practices are checked during a code review?

The code review checks Angular best practices across components, signals, dependency injection, HTTP handling, and routing. It enforces code quality standards and reusable UI conventions to provide deterministic feedback for fixes.

How does the review handle plan compliance when a checklist is available?

Plan compliance checks compare your code changes directly against the provided plan and checklist. The Skill handles plan presence, base branches, and project type variations to enforce that the implementation meets predefined requirements.

Does the Angular code reviewer work with both standalone and integrated workflows?

Yes, the Angular code reviewer applies both standalone detections and jira-worker integration. It adjusts handling based on plan presence, base branches, and project type variations to enforce plan compliance across different operational modes.