stark-sync-phase2

Audit and repair GitHub Actions workflows for repository synchronization.

109|170|Updated Mar 8, 2024
One-click install
npx skills add https://github.com/Scaffold-Stark/scaffold-stark-2 --skill stark-sync-phase2
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stark-sync-phase2
Source: https://github.com/Scaffold-Stark/scaffold-stark-2/tree/main/.claude/skills/stark-sync-phase2
Command: npx skills add https://github.com/Scaffold-Stark/scaffold-stark-2 --skill stark-sync-phase2

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill resolves synchronization failures between the main scaffold-stark-2 repository and its downstream forks or branches, ensuring that updates are correctly propagated without manual intervention.

Core Features & Use Cases

  • Automation Auditing: Verifies whether sync workflows actually executed and produced the expected changes in target repositories.
  • Workflow Repair: Provides a systematic approach to fixing broken GitHub Actions, such as swallowed exit codes or incorrect trigger conditions.
  • Use Case: After merging a major toolchain update, use this Skill to audit the sync status of the speedrunstark fork and the create-stark npm template to ensure they are up-to-date.

Quick Start

Use the stark-sync-phase2 skill to audit the current synchronization status of all target repositories and identify any broken automation workflows.

Frequently Asked Questions about stark-sync-phase2

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

FAQPage Schema
How do I automate Starknet repository synchronization across multiple forks?

You can automate Starknet repository synchronization by auditing GitHub Actions workflows to propagate merged updates from the main scaffold-stark-2 repository to sibling forks and npm templates, ensuring downstream parity without manual intervention.

Why does my GitHub Actions sync workflow fail to update downstream repositories?

Your GitHub Actions sync workflows may fail due to swallowed exit codes or incorrect trigger conditions. Auditing workflow runs, commit provenance, and repository content state helps identify and systematically repair these broken automation issues.

Do I need GitHub CLI access to audit scaffold-stark synchronization status?

Yes, you need GitHub CLI access to audit scaffold-stark synchronization status. CLI access is required to verify workflow runs, check commit provenance, and validate the repository content state across the Starknet ecosystem.

How do I verify if merged updates propagated to my create-stark npm template?

You can verify merged updates by auditing the synchronization status of target repositories. Check whether sync workflows actually executed and produced the expected changes in your create-stark npm template and speedrunstark forks.

What is the best way to repair broken GitHub Actions workflows for Starknet multi-repo maintenance?

The best way to repair broken GitHub Actions workflows is through a systematic approach that audits sync workflow execution, verifies commit provenance, and applies repairs to ensure automated synchronization maintains parity across the Starknet ecosystem.