Feature

Select and implement one feature per watched repository, creating a PR for each.

Updated Jun 3, 2026
One-click install
npx skills add https://github.com/swarm-ai-research/aeon --skill feature-swarm-ai-research
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: Feature
Source: https://github.com/swarm-ai-research/aeon/tree/main/skills/feature
Command: npx skills add https://github.com/swarm-ai-research/aeon --skill feature-swarm-ai-research

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill coordinates automated feature development across multiple repositories, saving time by selecting and implementing features per repo in a single run.

Core Features & Use Cases

  • Iterates every watched repo and ships one PR per repo.
  • Prioritizes ideas from repo-actions yesterday and open ai-build issues.
  • Logs and notifies per-repo results to operators.

Quick Start

Run the feature skill to process all watched repos and create a per-repo feature PRs.

Frequently Asked Questions about Feature

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

FAQPage Schema
How do I automate feature builds across multiple GitHub repositories?▼

To automate feature builds across multiple repositories, you need a tool that iterates through watched repos, selects a feature based on open issues, implements it, and creates a pull request. This skill coordinates autonomous feature delivery by processing all listed repositories in a single run.

How do I generate pull requests for ai-build issues across watched repos?▼

You can generate pull requests for ai-build issues by running an autonomous feature delivery process. The system prioritizes open ai-build issues and yesterday's repo-actions ideas, implementing one feature per repo and shipping a PR for each.

Can I ship one feature PR per repository in a single CI-CD run?▼

Yes, you can ship one feature PR per repository in a single run. The process enforces per-repo isolation, ensuring that each watched repository receives exactly one implemented feature and its corresponding pull request without cross-repo interference.

What is the best way to manage multi-repo autonomous feature delivery?▼

The best way to manage multi-repo autonomous feature delivery is using a coordinated system that reads from a watched-repos list, implements features sequentially, logs outcomes to memory, and dispatches per-repo notifications to operators upon completion.

How do I track automated feature build outcomes in memory?▼

To track automated feature build outcomes, the system logs the results of each per-repo feature implementation to memory. It also dispatches per-repo notifications to operators, ensuring you have a persistent record of all shipped pull requests and feature delivery statuses.

How do I prioritize repo-actions ideas for autonomous feature implementation?▼

To prioritize repo-actions ideas for autonomous feature implementation, the system reads yesterday's repo-actions logs and open ai-build issues. It uses these inputs to determine what feature to implement for each watched repository during its run.