afx-report

Detect orphaned code, map spec-to-code coverage, and identify stale specs in AgenticFlowX projects.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The afx-report Skill provides traceability reporting capabilities for AgenticFlowX projects, addressing the challenges of orphaned code detection, spec-to-code coverage mapping, and stale spec detection.

Core Features & Use Cases

  • Orphaned Code Detection: Identifies code without required @see references, aiding in maintaining code quality and documentation consistency.
  • Spec-to-Code Coverage Mapping: Maps spec items to their corresponding code implementations, ensuring requirements are met.
  • Stale Spec Detection: Identifies specifications that haven't been updated recently, promoting ongoing project maintenance.
  • Use Case: Use afx-report to identify and address potential issues in your AgenticFlowX project, ensuring code quality and documentation integrity.

Quick Start

Run the command '/afx-report orphans' to detect orphaned code in your project.

Frequently Asked Questions about afx-report

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

FAQPage Schema
How do I detect orphaned code in my project that lacks required @see references?

Spec-to-code coverage mapping tracks requirements by mapping spec items to their corresponding code implementations. This ensures all project requirements are met and provides visibility into your project's overall documentation status and health.

What is stale spec detection and when do I need it for project maintenance?

Stale spec detection identifies specifications that haven't been updated recently. You need it for ongoing project maintenance to ensure your documentation remains accurate and synchronized with the current codebase implementation.

How to generate traceability reports for AgenticFlowX projects?

To generate traceability reports for AgenticFlowX projects, use the afx-report Skill which utilizes codebase scanning and analysis. It reports on project health by detecting orphaned code, mapping spec-to-code coverage, and finding stale specs.

Can I use afx-report to check project health without additional dependencies?

Yes, you can use afx-report to check project health without additional dependencies. The Skill operates independently with no listed dependencies, performing codebase scanning and analysis to report documentation status and traceability.

Why does my project have orphaned code and how does traceability reporting address it?

Orphaned code occurs when code lacks required @see references. Traceability reporting addresses this by scanning your AgenticFlowX project codebase, detecting these missing links, and reporting them to help you maintain documentation integrity.