ecosystem-intake

Triage ecosystem inputs into adopt, adapt, or reject backlog candidates.

42|9|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/drvoss/everything-copilot-cli --skill ecosystem-intake
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ecosystem-intake
Source: https://github.com/drvoss/everything-copilot-cli/tree/main/skills/copilot-exclusive/ecosystem-intake
Command: npx skills add https://github.com/drvoss/everything-copilot-cli --skill ecosystem-intake

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates turning curated ecosystem signals into actionable backlog decisions (adopt, adapt, or reject) for Copilot CLI projects.

Core Features & Use Cases

  • SQL-backed triage: Track candidates, scores, and decisions across passes.
  • GitHub-native intake: Leverages MCP/web_fetch to read upstream state.
  • Backlog generation: Produces structured adopt/adapt/reject outputs ready for action.
  • Use Case: Monitoring ecosystem repos for new commands, hooks, or skills and triaging them into backlog.

Quick Start

Run an intake pass on a single ecosystem source to generate an adopt/adapt/reject backlog for the repository.

Frequently Asked Questions about ecosystem-intake

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

FAQPage Schema
How do I triage ecosystem signals into an actionable backlog?

You can triage ecosystem signals into an actionable backlog by automating the classification of curated sources, upstream repos, and release notes into adopt, adapt, or reject candidates. The process applies structured scoring guardrails to generate ready-to-action backlog outputs.

What is automated backlog triage for upstream repositories?

Automated backlog triage for upstream repositories is the process of reading ecosystem inputs via GitHub MCP and applying decision criteria to score them. It categorizes new commands, hooks, or skills into structured adopt, adapt, or reject backlog candidates for project management.

How do I track triage decisions and candidate scores using SQL?

You can track triage decisions and candidate scores using SQL by storing the structured intake passes in a SQL-backed tracking system. This enables you to monitor candidates, review scoring data, and maintain a persistent record of adopt, adapt, or reject decisions across multiple triage passes.

Can I use GitHub MCP to read and triage upstream release notes?

Yes, you can use GitHub MCP to read and triage upstream release notes. The tool leverages GitHub-native intake through MCP and web fetch capabilities to read the upstream state of repositories, enabling a read-and-triage workflow for monitoring new ecosystem updates.

Does automated ecosystem intake require dependencies to run?

No, automated ecosystem intake does not require external dependencies to run. The skill operates independently to apply structured intake, scoring, and backlog generation requirements with built-in guardrails and clear decision criteria for evaluating ecosystem inputs.