Check Agent v1.0.0

Scan codebases and workflow definitions to detect broken paths and circular dependencies.

Updated Feb 14, 2026
One-click install
npx skills add https://github.com/u-ss/Antigravity-chatgptpro- --skill check-agent-v1-0-0
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Check Agent v1.0.0
Source: https://github.com/u-ss/Antigravity-chatgptpro-/tree/main/.agent/workflows/check
Command: npx skills add https://github.com/u-ss/Antigravity-chatgptpro- --skill check-agent-v1-0-0

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of checking the health and consistency of your codebase and workflow definitions, identifying potential issues before they cause problems.

Core Features & Use Cases

  • Dependency Analysis: Scans files to build a dependency graph and detects broken or circular references.
  • Rule Evaluation: Checks for common issues like missing files, outdated formats, and duplicate definitions.
  • Automated Reporting: Generates detailed findings with severity levels and actionable suggestions.
  • Use Case: Before merging a new feature, run the Check Agent to ensure all new code references are valid, no critical dependencies are broken, and all workflow files have their corresponding skill definitions.

Quick Start

Run the check agent to scan the entire workspace for potential issues.

Frequently Asked Questions about Check Agent v1.0.0

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

FAQPage Schema
How do I detect broken paths and circular dependencies in my codebase?

To detect broken paths and circular dependencies, you can scan your codebase to build a dependency graph that evaluates files against predefined rules and identifies invalid references. This generates detailed findings with severity levels and actionable remediation suggestions.

What is workflow validation for code integrity?

Workflow validation for code integrity is the process of scanning workspace definitions to ensure all file references are valid and corresponding skill definitions exist. It checks for missing files, outdated formats, and duplicate definitions before they cause runtime problems.

Do I need Python to run code scanning and dependency analysis?

Yes, you need Python scripts to run this code scanning and dependency analysis. The processing logic requires Python scripts for scanning the workspace, analyzing the dependency graph, and evaluating files against predefined rules.

How do I check for missing files and duplicate definitions before merging a feature?

To check for missing files and duplicate definitions before merging, run an automated workspace scan that evaluates your code against predefined rules. This validates that new code references are correct and no critical dependencies are broken.

What's the best way to automate code quality linting for workflow definitions?

The best way to automate code quality linting for workflow definitions is using an agent that scans the workspace, builds a dependency graph, and evaluates files against predefined rules. This provides detailed findings with severity levels and remediation suggestions.