app-onboarding-status

Report recent scaffold-app and move-app onboarding workflow run statuses.

Updated Apr 19, 2026
One-click install
npx skills add https://github.com/PromakerDev/promaker-plugin --skill app-onboarding-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: app-onboarding-status
Source: https://github.com/PromakerDev/promaker-plugin/tree/main/plugins/promaker/skills/app-onboarding-status
Command: npx skills add https://github.com/PromakerDev/promaker-plugin --skill app-onboarding-status

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Engineers need visibility into the state of app onboarding workflows across scaffold-app and move-app, without manual checking or UI hopping.

Core Features & Use Cases

  • Aggregate recent workflow runs from managed-apps-workflows and surface their status, run IDs, and links.
  • Filter by app_name or project to focus on a specific onboarding, or report all recent runs from the last 24 hours.
  • For in-progress runs, expose the active step; for failed runs, show the failed step and the first error line; provide a concise duration summary.

Quick Start

Query app-onboarding-status with an optional app_name to fetch recent scaffold-app and move-app onboarding runs and surface their current status.

Frequently Asked Questions about app-onboarding-status

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

FAQPage Schema
How do I track GitHub workflow runs for app onboarding?

Track app onboarding by identifying the latest scaffold-app and move-app workflow runs. It aggregates recent managed-apps-workflows runs, surfacing their status, run IDs, and URLs without manual UI checking.

How do I check why a GitHub Actions onboarding workflow failed?

To check onboarding workflow failures, the system surfaces failure details for failed runs, specifically identifying the name of the failed step and extracting the first error line to pinpoint the issue.

Can I filter onboarding workflow runs by a specific app name?

Yes, you can filter onboarding workflow runs by providing an app_name or project parameter. This limits the reported scaffold-app and move-app results to focus solely on that specific onboarding process.

How do I see the active step for in-progress GitHub workflows?

See in-progress GitHub workflows by checking the structured status view. For active runs, the system exposes the current active step and provides a concise total duration summary.

What is the default time range for reporting onboarding workflows?

The default time range for reporting onboarding workflows is the last 24 hours. If no app_name or project filter is provided, it surfaces all recent scaffold-app and move-app runs within this window.