relay-status

Displays the status of active or archived Relay development projects.

3|Updated Jun 17, 2026
One-click install
npx skills add https://github.com/ronaknnathani/relay --skill relay-status-ronaknnathani
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: relay-status
Source: https://github.com/ronaknnathani/relay/tree/main/skills/relay-status
Command: npx skills add https://github.com/ronaknnathani/relay --skill relay-status-ronaknnathani

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When running multiple Relay projects across branches and worktrees, it becomes hard to remember which projects are active, paused, or archived. This Skill surfaces the current state of Relay projects so you can decide what to resume or clean up. ## Core Features & Use Cases - Project Status Display: Runs relay status to show the state of development projects managed by Relay. - Flexible Filtering: Supports arguments like a project slug, --archived, --all, and --json for targeted or machine-readable output. - Use Case: After a weekend away, ask for the status of all active Relay projects to see which pull request workflows are still in progress and which need to be resumed with relay resume. ## Quick Start Ask the assistant to show the status of all active Relay projects, optionally including archived ones or a specific project slug.

Frequently Asked Questions about relay-status

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

FAQPage Schema
How do I check the status of a Relay project?▼

Run relay status followed by an optional project slug to see the state of one project, or omit the slug to list projects. Add --all to include everything or --archived to view archived projects.

How to get Relay project status as JSON?▼

Pass the --json flag to relay status to receive machine-readable output. This is useful when another tool or script needs to consume project state programmatically.

Can I view archived Relay projects?▼

Yes, relay status accepts an --archived flag to show archived projects instead of active ones. Combine it with --all or a specific slug to narrow the results.

What should I do after checking Relay project status?▼

Use relay resume with the project slug to continue an in-progress project from where it stopped. Relay keeps state on disk, so resuming does not depend on conversation history.