mg-integrity-check

Verify code integrity against style guidelines and project structure before commits.

106|4|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/modelguide/modelguide --skill mg-integrity-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mg-integrity-check
Source: https://github.com/modelguide/modelguide/tree/main/.claude/skills/mg-integrity-check
Command: npx skills add https://github.com/modelguide/modelguide --skill mg-integrity-check

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the verification of code integrity before significant commits, ensuring adherence to style guidelines, project structure, and change management rules.

Core Features & Use Cases

  • Pre-commit Integrity Checks: Automated checks on file naming, location, import aliases, and code patterns before code commits.
  • Code Style Guidelines: Adherence to naming conventions, import standards, and API route conventions.
  • Use Case: Before committing a pull request, run this skill to validate your code and resolve any issues, reducing the risk of merge conflicts and code inconsistencies.

Quick Start

Run 'mg-integrity-check' to automatically validate your codebase before committing changes.

Frequently Asked Questions about mg-integrity-check

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

FAQPage Schema
How do I automate pre-commit checks for code style and project structure?

Automated pre-commit checks validate file naming, import aliases, and API route conventions against project structure guidelines, ensuring code integrity before merging changes. This reduces merge conflicts and code inconsistencies automatically.

What is code integrity verification in a git repository?

Code integrity verification is the process of checking a codebase for adherence to style guidelines and change management rules before code commits. It ensures project structure compliance and reduces the risk of code inconsistencies during pull requests.

How do I run an integrity check before submitting a pull request?

Run the integrity check command in your git repository to validate your codebase before committing changes. This automatically reviews code patterns and file locations, allowing you to resolve any style or structure issues prior to a pull request.

Do I need to install dependencies to verify code style and project structure?

No additional dependencies are required to verify code style and project structure. You only need access to your git repository to run the automated checks for adherence to naming conventions and import standards.

What is the best way to prevent merge conflicts caused by code inconsistencies?

The best way to prevent merge conflicts from code inconsistencies is automating code integrity verification before significant commits. This enforces change management rules and style guidelines, catching structural issues before they reach the main branch.