migration-lint

Audit migrated Angular code against DDD, Angular 20, and UI guidelines.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Michael0520/milo-claudekit --skill migration-lint
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: migration-lint
Source: https://github.com/Michael0520/milo-claudekit/tree/main/plugins/one-ui-migration/skills/migration-lint
Command: npx skills add https://github.com/Michael0520/milo-claudekit --skill migration-lint

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the review of migrated Angular code, ensuring adherence to modern syntax, architectural patterns (like DDD), and UI best practices, thereby reducing manual review time and catching potential issues early.

Core Features & Use Cases

  • Comprehensive Checklist: Verifies code against detailed migration guidelines covering syntax, architecture, forms, UI, tables, and API usage.
  • Auto-Fix Suggestions: Identifies common issues and provides specific fixes for quick implementation.
  • Use Case: After migrating a large Angular application to version 20, use this Skill to perform a thorough compliance check on the entire codebase, flagging any deviations from the new standards and suggesting corrections.

Quick Start

Run the migration-lint skill to check the code in the 'libs/mxsecurity/connection-management-page' directory.

Frequently Asked Questions about migration-lint

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

FAQPage Schema
How do I check migrated Angular code for DDD architecture compliance?

To check Angular migration compliance, scan your TypeScript, HTML, and SCSS files against DDD architecture, Angular 20 syntax, and UI pattern guidelines to automatically identify architectural layer deviations and report corrections.

What is the best way to automate Angular migration code review?

Automating Angular migration code review involves running a comprehensive linting audit that validates form handling, component design, and API integration standards, reducing manual review time by flagging deviations and suggesting specific fixes.

Can I lint TypeScript, HTML, and SCSS files for Angular 20 syntax deviations?

Yes, you can lint TypeScript, HTML, and SCSS files within specified project paths to verify adherence to Angular 20 syntax standards, ensuring migrated code matches modern syntax requirements and established UI best practices.

Does the Angular migration linter provide auto-fix suggestions for UI patterns?

Yes, the Angular migration linter identifies common UI pattern issues and provides specific auto-fix suggestions for quick implementation, validating component design and form handling against established architectural guidelines.

How do I validate API integration standards after migrating to Angular 20?

To validate API integration standards after Angular 20 migration, perform a comprehensive compliance audit that scans project directories to identify deviations from established API usage and architectural layer standards.