ecosystem-review

Reviews consistency, redundancy health, and trigger-chain closure across skill, rule, and memory assets.

2|Updated Jun 8, 2026
One-click install
npx skills add https://github.com/HACK-WU/skills --skill ecosystem-review-hack-wu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ecosystem-review
Source: https://github.com/HACK-WU/skills/tree/main/skills/ecosystem-review
Command: npx skills add https://github.com/HACK-WU/skills --skill ecosystem-review-hack-wu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When a project accumulates many AI skills, rules, and memories, the ecosystem can silently break: rules reference renamed skills, memories drift from the rules they summarize, and trigger chains dead-end. This Skill audits the whole asset structure rather than any single file, catching broken links, harmful duplication, and ambiguous handoffs before they mislead agent execution. ## Core Features & Use Cases - Five-dimension assessment: Statically checks three-layer consistency (skills/rules/memories/agents), redundancy health (intentional vs harmful), asset boundary overlap, and trigger-chain closure, then dynamically simulates an end-to-end cross-skill workflow to find handoff breaks. - Evidence-graded conclusions: Every finding is labeled as existing, referenced, hit, missing, or unobserved, so reports never overstate what was actually verified. - Actionable report: Produces a prioritized Markdown report with mermaid workflow diagrams, per-finding minimal fixes, and verification steps. - Use Case: After adding or renaming several skills in your agent configuration repository, ask for an ecosystem review to confirm no rule still points to a deleted skill and that the requirement-to-delivery chain still closes. ## Quick Start Ask the AI to run an ecosystem review on the current project to check consistency, redundancy, and trigger-chain closure across all skills, rules, and memories.

Frequently Asked Questions about ecosystem-review

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

FAQPage Schema
How do I audit consistency across AI agent skills, rules, and memories?

Run an ecosystem review that inventories all skill, rule, memory, and agent files, then checks whether rule references resolve to real skills, memory summaries match their source rules, and trigger chains close end to end. Each conclusion is labeled with an evidence state such as referenced, hit, or missing.

How to tell intentional redundancy from harmful duplication in agent prompts?

Intentional redundancy is a condensed restatement that preserves the source rule's core constraints at under half its length, used to raise attention. Harmful duplication includes drifted restatements, conflicting instructions for the same scenario, full copies across layers, and references to deleted assets.

What is the difference between ecosystem review and single skill review?

Ecosystem review evaluates relationships between assets: cross-layer references, redundancy health, and cross-skill handoffs. Single-skill review evaluates one skill's internal quality such as trigger accuracy and instruction completeness, and the two can be chained when a handoff break is found.

Does the workflow simulation actually execute the skills?

No. The cross-skill workflow simulation is reasoning-based, walking happy, exception, and boundary paths along a timeline. All conclusions are marked as simulated rather than executed, and real trigger behavior across sessions is labeled unobserved.

When should I not run an ecosystem review?

Skip it when you only need to check one file's internal quality or whether workflow mechanisms are being used, since dedicated skills cover those cases. It is a low-frequency meta-review triggered only when the user explicitly asks to audit the asset system's structure.