check-qa

Review code changes against Deno lint, format, and project conventions.

36|12|Updated Nov 7, 2018
One-click install
npx skills add https://github.com/covoiturage-gouv-fr/mono --skill check-qa-covoiturage-gouv-fr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: check-qa
Source: https://github.com/covoiturage-gouv-fr/mono/tree/main/.claude/skills/check-qa
Command: npx skills add https://github.com/covoiturage-gouv-fr/mono --skill check-qa-covoiturage-gouv-fr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams maintain code quality by automatically validating Deno standards and project conventions during code review.

Core Features & Use Cases

  • Lint & Format: Ensures code adheres to deno lint and deno fmt rules.
  • Conformance Checks: Enforces naming, import organization, error handling, and architectural guidelines.
  • Use Case: When reviewing a pull request, it surfaces style and consistency issues to accelerate approvals.

Quick Start

Run automated QA reviews on the latest code changes to verify Deno standards and project conventions.

Frequently Asked Questions about check-qa

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

FAQPage Schema
How do I automate Deno lint and format checks for a pull request?

To automate Deno lint and format checks for a pull request, use a QA review tool that validates TypeScript changes against deno lint and deno fmt rules. It surfaces style and consistency issues to accelerate code approvals.

What is the best way to enforce architectural guidelines in a TypeScript project?

To enforce architectural guidelines in a TypeScript project, run automated conformance checks on code diffs. This process validates naming, import organization, error handling, and structural rules during code reviews.

Does this Deno code review tool check type usage and imports?

Yes, the Deno code review tool checks type usage and imports. It automatically reviews pull request diffs to validate type usage, import organization, and error handling alongside standard linting and formatting rules.

Do I need to run deno fmt before validating code changes?

Yes, you need to run deno fmt and deno lint as pre-checks before validating code changes. The automated QA review requires these tools to run first to enforce Deno standards and project conventions effectively.

Why should I use automated conformance checks for TypeScript code organization?

You should use automated conformance checks for TypeScript code organization to maintain consistent code quality across your team. By automatically surfacing style and consistency issues during pull request reviews, it significantly accelerates the approval process.