sdcorejs-review-code-angular-portal

Audit Angular-portal code for SDCoreJS Core UI conventions and report issues by severity.

2|Updated Apr 18, 2026
One-click install
npx skills add https://github.com/sdcorejs/sdcorejs-agent --skill sdcorejs-review-code-angular-portal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sdcorejs-review-code-angular-portal
Source: https://github.com/sdcorejs/sdcorejs-agent/tree/main/plugin/skills/sdcorejs-review-code-angular-portal
Command: npx skills add https://github.com/sdcorejs/sdcorejs-agent --skill sdcorejs-review-code-angular-portal

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Prevent broken or non-conforming Angular Portal code from slipping through review by producing an actionable, structured audit report tied to exact file locations.

Core Features & Use Cases

  • Convention-based SDCoreJS Core UI review: checks standalone-first architecture, lazy loading, permission keys, and routing CRUD patterns.
  • Bilingual (VI/EN) review reporting: surfaces issues in Vietnamese or English based on the target portal language expectations.
  • Actionable Strengths/Issues output: generates a sorted report (Critical → Important → Minor) with file:line references to speed fixes.

Quick Start

Ask the AI to review the generated Angular Portal module code for Core UI convention compliance and output a Critical/Important/Minor issues report with file:line citations.

Frequently Asked Questions about sdcorejs-review-code-angular-portal

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

FAQPage Schema
How do I review Angular portal code for Core UI convention compliance?

You can audit Angular portal code against Core UI rules to verify standalone-first architecture, lazy loading, permission keys, and routing CRUD patterns. This read-only review generates a sorted Strengths and Issues report with exact file:line citations to ensure convention compliance before merging.

What is the best way to check Angular module code for SDCoreJS Core UI rules before merge?

The best way to check SDCoreJS Core UI rules is running a read-only audit after code generation and before merge. It verifies architectural and naming rules, runs build and test verification commands, and outputs a severity-sorted report with required file:line citations for actionable fixes.

Can I generate a bilingual code review report for Angular portal modules?

Yes, you can generate a bilingual code review report surfacing issues in either Vietnamese or English based on the target portal language expectations. This actionable output helps teams fix architectural and naming violations with clear severity sorting from Critical to Minor.

Does the Angular portal code audit run build and test verification commands?

Yes, the Angular portal code audit runs build and test verification commands during the review process. It operates as a read-only check that verifies architectural and naming rules while sorting all findings into Critical, Important, or Minor categories with file:line references.

When do I need to audit generated Angular code against Core UI conventions?

You need to audit generated Angular code against Core UI conventions during post-generation auditing after code-writing and before merge. This includes performing checks after E2E test generation or during user-invoked module reviews to prevent broken or non-conforming code from slipping through.

Why does my Angular portal code review require file:line citations?

Angular portal code reviews require file:line citations to produce an actionable and structured audit report tied to exact file locations. This precision speeds up developer fixes by directly linking severity-sorted issues to the specific lines violating Core UI architectural or naming rules.