check-project

Automates linting, type checks, dependency audits, and test execution before commits, PRs, or releases.

2|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/NoxelS/agentic-uv --skill check-project
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: check-project
Source: https://github.com/NoxelS/agentic-uv/tree/main/.copilot/skills/check-project
Command: npx skills add https://github.com/NoxelS/agentic-uv --skill check-project

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Before changes are merged, teams need a reliable, repeatable way to validate code quality and test suites.

Core Features & Use Cases

  • End-to-end linting, static type checks, and dependency auditing
  • Automated test execution with coverage reporting
  • Gate before commits, PRs, or releases to ensure standards are met

Quick Start

Run the check-project skill to validate your changes before pushing.

Frequently Asked Questions about check-project

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

FAQPage Schema
How do I automate code quality checks before commits and pull requests?

To automate code quality checks before commits and PRs, an end-to-end validation pipeline orchestrates pre-commit hooks, linting, static type checks, dependency audits, and tests to prevent faulty changes from merging.

What is included in an end-to-end code quality validation pipeline?

End-to-end code quality validation includes linting, static type checking, dependency auditing, automated test execution, and coverage reporting to ensure all standards are met before releases.

How do I run tests with coverage and static type checks together?

Run tests with coverage and static type checks together by orchestrating a full code-quality pipeline that handles static type checking and test execution simultaneously before pushing changes.

Can I use dependency auditing and linting as a release gate?

Yes, you can use dependency auditing and linting as a release gate by running a comprehensive validation process that blocks commits, PRs, or releases until all code quality standards and tests pass.

Why do pre-commit hooks fail to catch dependency vulnerabilities and type errors?

Pre-commit hooks often fail to catch dependency vulnerabilities and type errors because they lack an orchestrated end-to-end pipeline that includes dependency auditing and static type checks alongside standard linting.