deploy-gameweek

Deploy verified gameweek data to staging and production environments.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/harryfliu/fpl_draft_2526 --skill deploy-gameweek
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy-gameweek
Source: https://github.com/harryfliu/fpl_draft_2526/tree/main/.claude/skills/deploy-gameweek
Command: npx skills add https://github.com/harryfliu/fpl_draft_2526 --skill deploy-gameweek

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill deploys verified gameweek data to staging and production environments. It coordinates a staged release process to minimize risk, prompts for approval before production, and ensures changes are properly committed and documented.

Core Features & Use Cases

  • Staging-first deployment: Always deploy to staging before production; automatic rebuilds and site updates.
  • Human approval for production: Explicit confirmation required to push to main.
  • Automation of deployment artifacts: Regenerates docs, converts CSVs to JSON, updates league tables, and builds the docs folder.
  • Git-based deployment: Commits changes with a timestamp, pushes to staging, then prompts for production push.
  • Safety & Rollback: No force pushes; rollback possible via git history.

Quick Start

To deploy after verification: Say "deploy gameweek X". The system will deploy to staging, then prompt for production push. Confirm to push to production.