jahia-dev-review

Review Jahia module code for structural and quality issues.

Updated Mar 10, 2026
One-click install
npx skills add https://github.com/Jahia/formidable --skill jahia-dev-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jahia-dev-review
Source: https://github.com/Jahia/formidable/tree/main/.agents/skills/jahia-dev-review
Command: npx skills add https://github.com/Jahia/formidable --skill jahia-dev-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Jahia module quality and security can be hard to gauge manually; this skill provides an automated review to surface issues early.

Core Features & Use Cases

  • Scans CND definitions, TypeScript views, and templates for common Jahia development pitfalls.
  • Reports issues in order of severity with fix suggestions and coverage of 8 critical checks, 9 warnings, and 10 suggestions.
  • Useful for pre-release QA, code reviews, and onboarding new Jahia module developers.

Quick Start

Run jahia-dev-review on your module to generate a prioritized issues report.

Frequently Asked Questions about jahia-dev-review

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

FAQPage Schema
How do I audit Jahia module code for best practices and security pitfalls?

To audit Jahia module code, you can use an automated review tool that scans CND definitions, TypeScript views, and templates to identify structural and quality issues. It reports findings by severity with actionable fixes.

What Jahia module quality checks should I run before a release?

Pre-release module quality checks should cover CND definitions, TypeScript views, and templates. An automated review can surface eight critical checks, nine warnings, and ten suggestions to ensure code security and structure.

How does an automated code review find issues in Jahia CND definitions and TypeScript views?

Automated Jahia code review analyzes CND definitions and TypeScript views to detect common development pitfalls. It evaluates module-wide structure and outputs a prioritized remediation plan ordered by issue severity.

Can I use an automated review tool to onboard new Jahia module developers?

Yes, an automated Jahia module review is useful for onboarding new developers. It surfaces structural and quality issues in CND and TypeScript code with actionable fix suggestions, helping newcomers learn best practices.

What is the best way to fix structural issues found in Jahia templates?

The best way to fix structural issues in Jahia templates is to run an automated module review that generates a concise remediation plan. It reports issues prioritized by severity and provides specific actionable fixes.