AI SummaryGuide the configuration and management of GitHub Actions workflows, release automation, and CI/CD pipelines for the Saleor Configurator project. 1. Check workflow logs in GitHub Actions UI 2. Reproduce failure locally
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "managing-github-ci" skill in my project. Please run this command in my terminal: # Install skill into your project (2 files) mkdir -p .claude/skills/managing-github-ci && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/managing-github-ci/SKILL.md "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/productivity/managing-github-ci/SKILL.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/managing-github-ci/metadata.json "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/productivity/managing-github-ci/metadata.json" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Configures GitHub Actions workflows and CI/CD pipelines. Manages automated releases via Changesets, PR validation, and Husky hooks. Troubleshoots CI failures. Triggers on: GitHub Actions, CI pipeline, workflow, release automation, Husky hooks, gh CLI, workflow failure.
Purpose
Guide the configuration and management of GitHub Actions workflows, release automation, and CI/CD pipelines for the Saleor Configurator project.
When to Use
• Creating or modifying GitHub Actions workflows • Setting up automated releases • Troubleshooting CI failures • Configuring pre-commit/pre-push hooks • Managing Changesets releases
Table of Contents
• Project CI Architecture • Workflow: test-on-pr.yml • Workflow: release.yml • Workflow: changeset-bot.yml • Pre-Push Hooks (Husky) • Changesets Configuration • GitHub CLI Commands • Troubleshooting CI Failures • Adding New Workflows • Secrets Management • References
Project CI Architecture
` .github/ ├── workflows/ │ ├── test-on-pr.yml # PR validation │ ├── release.yml # Automated releases │ └── changeset-bot.yml # Changeset automation └── ... .husky/ ├── pre-push # Pre-push hooks └── ... .changeset/ ├── config.json # Changeset configuration └── *.md # Pending changesets `
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster