quality-report

Aggregates static analysis and test results into a comprehensive code quality report for multi-project environments.

Updated Feb 27, 2026
One-click install
npx skills add https://github.com/jcoutsousa/mobile-monorepo-template --skill quality-report-jcoutsousa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quality-report
Source: https://github.com/jcoutsousa/mobile-monorepo-template/tree/main/.github/skills/quality-report
Command: npx skills add https://github.com/jcoutsousa/mobile-monorepo-template --skill quality-report-jcoutsousa

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires flutter, eslint, jest, pytest, go, cargo, ruff, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill consolidates multiple code quality checks into a comprehensive report, enabling teams to quickly identify issues and track improvements.

Core Features & Use Cases

  • Aggregated Metrics: Collects data on files scanned, modified, lines added or removed, and issues found across diverse codebases.
  • Validation Checks: Runs static analysis and tests in various languages such as Dart, TypeScript, Python, Go, Rust, and more, ensuring code health without manual effort.
  • Use Case: Developers can trigger this Skill after a code update to generate a detailed quality report, identifying areas needing attention before merging.

Quick Start

Invoke the quality report skill to analyze the current codebase and generate an up-to-date summary of code health and metrics.

Frequently Asked Questions about quality-report

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

FAQPage Schema
How do I consolidate static analysis and testing results across multiple programming languages?

Consolidate static analysis and testing results by automating code quality evaluation for multi-language projects, aggregating outcomes from tools like ESLint, pytest, and cargo clippy into a single report. It collects metrics on files scanned and issues found.

Can I enforce coding standards in continuous integration workflows for Flutter and Go?

Yes, enforce coding standards in continuous integration workflows by triggering automated validation checks. It runs language-specific commands like Flutter analyze and go vet to detect regressions across mobile and backend components before merging.

What tools are required to run language-specific code quality checks?

Required tools for language-specific code quality checks include Flutter, ESLint, Jest, pytest, Go, Cargo, and Ruff. These dependencies must be installed to reliably perform static analysis and execute tests across diverse codebases.

How do I generate a code health report after a code update?

Generate a code health report after a code update by invoking the automated evaluation process. It scans the current codebase, runs validation checks, and produces an aggregated summary of modified files, lines changed, and issues found.

Does automated code quality assessment track lines added or removed in diverse codebases?

Yes, automated code quality assessment tracks lines added or removed in diverse codebases. It collects aggregated metrics on modified files, lines changed, and issues found to help teams quickly identify areas needing attention.