check

Validate recent code changes against project-specific guidelines using git diff, linting, and typechecking.

Updated Apr 17, 2026
One-click install
npx skills add https://github.com/wsmcfr/bisai_f407 --skill check-wsmcfr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: check
Source: https://github.com/wsmcfr/bisai_f407/tree/main/.agents/skills/check
Command: npx skills add https://github.com/wsmcfr/bisai_f407 --skill check-wsmcfr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps developers verify that their code adheres to project-specific quality standards and guidelines, preventing issues early in development.

Core Features & Use Cases

  • Code Validation: Runs lint and typecheck to identify issues in code files.
  • Guideline Compliance: Checks code against development specifications from dedicated spec modules.
  • Use Case: When writing code in a session, use this Skill to automatically detect violations or deviations, ensuring code quality before pushing to repositories.

Quick Start

Use the check skill to validate the latest changes in your codebase and catch guideline violations before committing.

Frequently Asked Questions about check

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

FAQPage Schema
How do I check code quality against project guidelines before a git commit?

To check code quality before a git commit, you can use automated validation that analyzes recent git diff changes against project-specific development guidelines, running script-based lint and typecheck operations to identify violations and ensure compliance.

What is the best way to automate lint and typecheck during active coding sessions?

Automating lint and typecheck during active coding sessions involves running script-based validation against your recent code changes to detect standard violations early, ensuring continuous code review and maintaining quality before pushing to repositories.

Can I validate recent git diff changes against custom development specifications?

Yes, you can validate recent git diff changes against custom development specifications by utilizing checks that compare modified code files against dedicated spec modules, ensuring your code adheres to project-specific quality standards.

When do I need to run a code quality check in my development workflow?

You need to run a code quality check in your development workflow when you are actively writing code and want to prevent issues early, ensuring your changes adhere to project-specific standards before committing and pushing to repositories.

Does continuous code review catch deviations from project-specific standards automatically?

Yes, continuous code review catches deviations automatically by validating recent code changes against project-specific development guidelines, utilizing lint and typecheck scripts to identify violations and maintain compliance during active coding sessions.