routines-discover

Analyze a codebase to surface Routine candidates across schedule, API, and GitHub event triggers.

Updated May 30, 2026
One-click install
npx skills add https://github.com/alexica00/claude-code-ultimate-guide --skill routines-discover-alexica00
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: routines-discover
Source: https://github.com/alexica00/claude-code-ultimate-guide/tree/main/examples/skills/routines-discover
Command: npx skills add https://github.com/alexica00/claude-code-ultimate-guide --skill routines-discover-alexica00

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Analyzes a codebase to surface actionable Routine candidates across schedule, API, and GitHub event triggers.

Core Features & Use Cases

  • Surface Routine candidates for three trigger types (schedule, API, GitHub events).
  • Provide structured recommendations for automation opportunities across a project.
  • Use-case examples: imagine daily codebase reviews surface routine candidates that can trigger automated checks or actions.

Quick Start

Run it in the root of a project to surface actionable Routine candidates for each trigger type.

Frequently Asked Questions about routines-discover

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

FAQPage Schema
How do I discover automation opportunities in a codebase?

To discover automation opportunities in a codebase, you can analyze the repository to surface actionable Routine candidates across schedule, API, and GitHub event triggers. This process identifies cross-cutting deterministic workflows for automated checks and actions.

What are routine candidates in GitHub event triggers?

Routine candidates for GitHub event triggers are automated actions identified by analyzing codebase workflows. They represent deterministic routines triggered by repository events, such as daily codebase reviews that surface automated checks across schedule, API, and GitHub event types.

How do I identify cross-cutting routines across schedule, API, and GitHub triggers?

You can identify cross-cutting routines across schedule, API, and GitHub triggers by running an analysis tool in the root of your project. This scans the repository and reasons about workflows to provide structured routine-use-case recommendations for each trigger type.

Can I scan any project to find deterministic routines for automated checks?

Yes, you can scan any project to find deterministic routines for automated checks. The analysis is applicable to any codebase to identify cross-cutting automation opportunities and structured routine candidates across schedule, API, and GitHub event triggers.

What is the best way to surface structured routine use cases for a repository?

The best way to surface structured routine use cases for a repository is to analyze the codebase to reason about workflows. This provides structured recommendations for automation opportunities across schedule, API, and GitHub event trigger types.