verify

Automate quality checks for SAP CAP and Fiori projects.

3|1|Updated Jun 30, 2026
One-click install
npx skills add https://github.com/DayronDLR/sap-enterprise-stack-plugin --skill verify-dayrondlr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify
Source: https://github.com/DayronDLR/sap-enterprise-stack-plugin/tree/main/skills/verify
Command: npx skills add https://github.com/DayronDLR/sap-enterprise-stack-plugin --skill verify-dayrondlr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the quality checks for SAP CAP + Fiori projects, streamlining the verification process and ensuring code quality.

Core Features & Use Cases

  • Comprehensive Pipeline: Executes CDS linting, ESLint, UI5 linter, manifest validation, tests, and production build.
  • Automated Checks: Eliminates manual verification steps, saving time and reducing human error.
  • Use Case: Ideal for developers and QA engineers who need to perform regular quality checks on SAP CAP + Fiori applications.

Quick Start

Run the full quality pipeline for your SAP CAP + Fiori project with the command: verify.

Frequently Asked Questions about verify

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

FAQPage Schema
How do I automate quality checks for SAP CAP and Fiori projects?

To automate quality checks for SAP CAP and Fiori projects, you can run a pipeline that executes CDS linting, ESLint, UI5 linter, manifest validation, tests, and production build automatically. This eliminates manual verification and ensures compliance with SAP standards.

What is included in a comprehensive SAP Fiori quality assurance pipeline?

A comprehensive SAP Fiori quality assurance pipeline includes CDS linting, JavaScript linting, UI5 linter checks, manifest validation, automated tests, and production build execution. These checks ensure code quality and compliance with SAP standards for developers and QA engineers.

Can I use automated linting to verify SAP CAP CDS definitions?

Yes, you can use automated linting to verify SAP CAP CDS definitions. The automated pipeline includes CDS linting specifically designed to check your Core Data Services definitions, ensuring they meet required quality standards before production build.

Does the SAP CAP Fiori verification pipeline check UI5 manifests?

Yes, the SAP CAP Fiori verification pipeline checks UI5 manifests. It includes manifest validation alongside UI5 linter and ESLint checks to ensure your application configuration and code meet SAP standards before deployment.

What's the best way to run UI5 linter and ESLint checks for SAP applications?

The best way to run UI5 linter and ESLint checks for SAP applications is to use an automated verification pipeline. It sequentially executes these linters along with CDS linting, tests, and production build to comprehensively validate your SAP CAP and Fiori project.