repo-actions

Generate five implementable action ideas from a watched GitHub repository's issues, PRs, TODOs, and dependencies.

6|2|Updated May 21, 2026
One-click install
npx skills add https://github.com/anajuliabit/aeon --skill repo-actions-anajuliabit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: repo-actions
Source: https://github.com/anajuliabit/aeon/tree/main/skills/repo-actions
Command: npx skills add https://github.com/anajuliabit/aeon --skill repo-actions-anajuliabit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

repo-actions removes the guesswork of what to do next on a watched GitHub repository by generating specific, implementable action ideas grounded in the repo’s current issues, PRs, files, and missing project structure.

Core Features & Use Cases

  • State-aware action generation: Produces exactly 5 action ideas anchored to real targets like open issues, stale PRs, grep-matched TODOs, outdated dependencies, and missing files.
  • Specificity and implementability gates: Filters out vague “improve/clean up” suggestions unless tied to a concrete anchor and ensures each idea can be executed autonomously within 1–3 days.
  • Novelty control: Avoids repeating ideas suggested recently and avoids overlap with items that have already shipped or closed.
  • Use cases: Morning briefs, recurring maintenance planning, security/dx/performance checklists, and automated PR/issue follow-up for teams running unattended workflows.

Quick Start

Use the repo-actions skill to generate 5 priority-ranked action ideas for your most recently pushed watched repo by ensuring the target list is set in memory/watched-repos.md.

Frequently Asked Questions about repo-actions

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

FAQPage Schema
How do I generate actionable maintenance tasks from open GitHub issues and stale PRs?

To generate actionable maintenance tasks from open GitHub issues and stale PRs, you analyze repository state via GitHub GraphQL to output concrete, implementable action ideas. This grounds suggestions in real targets like grep-matched TODOs and outdated dependency versions.

What is autonomous repo monitoring and how does it prioritize issue triage?

Autonomous repo monitoring is the process of analyzing a repository's current state to prioritize issue triage. It applies specificity, novelty, and implementability gates to score candidates, ensuring outputs are deterministic and anchored to real targets.

How do I set up watched repositories for automated action ideation?

To set up watched repositories for automated action ideation, you define your target list in memory/watched-repos.md. The system parses this file to identify the most recently active repository for generating priority-ranked action ideas.

Does GitHub dependency audit automation work with missing structural files detection?

Yes, GitHub dependency audit automation works alongside missing structural files detection by fetching repository state via GitHub CLI with fallbacks. It combines outdated dependency versions and missing files to formulate five anchored, implementable action ideas.

What is the best way to avoid repeating maintenance suggestions during recurring repo reviews?

The best way to avoid repeating maintenance suggestions during recurring repo reviews is to apply novelty control filters. This mechanism checks recently suggested ideas and avoids overlap with items that have already shipped or closed.

What are the limitations of autonomous agents for repo maintenance planning?

Limitations of autonomous agents for repo maintenance planning include filtering out vague suggestions unless tied to a concrete anchor, and restricting outputs to ideas executable autonomously within 1 to 3 days, ensuring implementability gates are met.