feature-dashboard

Audit skill connectivity across eight layers and generate Linear tickets for gaps.

3|1|Updated Oct 9, 2025
One-click install
npx skills add https://github.com/OmniNode-ai/omniclaude --skill feature-dashboard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feature-dashboard
Source: https://github.com/OmniNode-ai/omniclaude/tree/main/plugins/onex/skills/feature-dashboard
Command: npx skills add https://github.com/OmniNode-ai/omniclaude --skill feature-dashboard

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the auditing of skill connectivity across multiple layers, identifying and surfacing gaps as actionable, machine-readable output to ensure robust system integration.

Core Features & Use Cases

  • Comprehensive Audit: Checks 8 layers of skill connectivity, from SKILL.md presence to topic namespacing.
  • Gap Identification: Clearly flags skills that are broken, partial, or wired.
  • Actionable Output: Generates machine-readable JSON and human-readable formats (CLI, Markdown, HTML) for easy analysis and reporting.
  • Ticket Creation: In ticketize mode, automatically creates Linear tickets for identified gaps.
  • Use Case: Ensure all new skills integrated into the ONEX platform meet connectivity standards before deployment by running a full audit. If issues are found, automatically create tickets for the responsible teams.

Quick Start

Run the feature-dashboard skill in audit mode to check all skill connections and output the results to the console.

Frequently Asked Questions about feature-dashboard

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

FAQPage Schema
How do I audit skill connectivity and find integration gaps in my system?

You can audit skill connectivity across eight layers by validating metadata, orchestrator presence, contract YAML, event bus configuration, and test coverage. It reports integration gaps by flagging skills as broken, partial, or wired in machine-readable JSON or human-readable formats.

What is skill connectivity auditing and when do I need to validate it?

Skill connectivity auditing is the process of validating system integration across layers like topic namespacing and Linear ticket linkage. You need to validate it before deployment to ensure new skills meet integration standards and avoid broken connections.

How do I automatically create Linear tickets for broken integration workflows?

You can automatically create Linear tickets for broken integration workflows by running the audit in ticketize mode. This mode identifies connectivity gaps and directly generates tickets for the responsible teams to fix the issues.

Can I export system integration audit results to Markdown or HTML?

Yes, you can export system integration audit results to Markdown or HTML. The audit supports configurable output formats including machine-readable JSON, CLI output, and human-readable Markdown and HTML for analysis and reporting.

Does the connectivity audit check event bus configuration and contract YAML files?

Yes, the connectivity audit explicitly checks event bus configuration and contract YAML files. It validates these layers alongside skill metadata, orchestrator presence, topic definitions, and test coverage to identify partial or broken integrations.

What are the limitations of automated skill connectivity audits?

Automated skill connectivity audits are limited to read-only analysis unless explicitly run in ticketize mode. They validate static configuration layers like contract YAML and event bus topics but do not execute runtime integration tests or modify the existing skill architecture.