bc-al-code-reviewer

Automate Business Central AL code reviews against AppSource and CodeCop conventions.

Updated May 22, 2026
One-click install
npx skills add https://github.com/javiarmesto/SampleDynamicsMinds --skill bc-al-code-reviewer-javiarmesto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bc-al-code-reviewer
Source: https://github.com/javiarmesto/SampleDynamicsMinds/tree/main/.agents/skills/bc-al-code-reviewer
Command: npx skills add https://github.com/javiarmesto/SampleDynamicsMinds --skill bc-al-code-reviewer-javiarmesto

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates code reviews for Business Central AL extensions, identifying issues that could lead to production problems, AppSource rejection, or SaaS environment issues.

Core Features & Use Cases

  • Code Review Automation: Automatically reviews AL extension code against a prioritized convention stack.
  • Severity Classification: Identifies and classifies findings into Blockers, Warnings, and Suggestions.
  • Structured Report: Generates a detailed review report with a prioritized fix list.
  • Use Case: Use this Skill to ensure code quality before a PR, AppSource submission, or customer deployment.

Quick Start

Run the bc-al-code-reviewer skill on your AL code to automatically review it for quality and compliance.

Frequently Asked Questions about bc-al-code-reviewer

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

FAQPage Schema
How do I automate code reviews for Business Central AL extensions?

Automate AL extension code reviews by running the bc-al-code-reviewer against your codebase. It checks code quality and compliance against a prioritized convention stack to identify production issues before deployment.

What AppSource validation rules are checked during an AL code review?

AL code review checks your extensions against AppSource validation requirements, CodeCop, and PerTenantExtensionCop rules. It classifies findings into Blockers, Warnings, and Suggestions to prevent submission rejections.

Can I use this to check AL code before a Business Central pull request?

Yes, you can use this AL code review automation before a pull request or customer deployment. It generates a structured report with a prioritized fix list to ensure your code meets SaaS environment standards.

What standards are used for Business Central AL code compliance checks?

AL code compliance checks use a prioritized convention stack including alguidelines.dev standards, al-copilot-skills patterns, CodeCop rules, and AppSource validation requirements to ensure comprehensive quality coverage.

Does this AL code reviewer require any dependencies or setup?

The AL code reviewer requires access to your AL code and the necessary convention stack references. It has no external dependencies, utilizing internal scripts, references, and assets to generate the review report.

Why does my Business Central extension fail AppSource validation?

Extensions fail AppSource validation due to non-compliance with CodeCop or PerTenantExtensionCop rules. Running an automated AL code review identifies these Blockers and Warnings before submission to ensure acceptance.