afx-check

Automate quality gates and compliance checks for AgenticFlowX projects.

19|1|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/AgenticFlowX/agenticflowx --skill afx-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: afx-check
Source: https://github.com/AgenticFlowX/agenticflowx/tree/main/apps/vscode/resources/skills/agenticflowx/afx-check
Command: npx skills add https://github.com/AgenticFlowX/agenticflowx --skill afx-check

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates quality gates and compliance checks for AgenticFlowX projects, ensuring that code, specifications, and designs meet project requirements.

Core Features & Use Cases

  • Quality Gates: Trace execution paths, audit annotations, and verify cross-references against spec requirements.
  • Compliance Checks: Run all checks against spec requirements for compliance.
  • Use Case: For a project with complex codebases, this Skill helps ensure that all features are implemented correctly and comply with the project's standards.

Quick Start

Run the afx-check skill to trace the execution path for the feature 'user-auth'.

Frequently Asked Questions about afx-check

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

FAQPage Schema
How do I automate quality assurance and compliance verification for complex codebases?

Automate quality assurance by tracing execution paths, auditing annotations, and verifying cross-references against spec requirements. This ensures complex codebases comply with project standards without manual review.

What is specification verification and how does it check schema consistency?

Specification verification validates code and designs against project requirements by checking schema consistency and cross-references. It audits annotations to ensure implemented features match the defined specifications.

Do I need Python to run automated compliance checks and trace execution paths?

Yes, you need Python to run automated compliance checks because the Skill uses Python for scripting and various analysis libraries. It generates reporting outputs to validate trace execution paths.

Can I audit annotations and verify cross-references for a specific feature like user authentication?

Yes, you can audit annotations and verify cross-references for specific features. Running the quality gate checks traces the execution path for the target feature to ensure correct implementation.

What's the best way to run quality gates against project spec requirements?

Run quality gates by executing automated compliance checks that trace execution paths and verify schema consistency against spec requirements. This validates that all features comply with project standards.

When should I not use automated specification verification for code review?

Avoid automated specification verification when codebases lack defined spec requirements or schema annotations. The compliance checks depend on existing cross-references to trace execution paths and validate consistency.