Public publishing repository for Fortalece skills bundles.
Workflow: .github/workflows/publish-fortalece-skills.yml
Trigger mode: manual (workflow_dispatch) only.
SKILL_REPO_TOKEN- read access to
Walker-D-I/pic-pay - write access to
walker-di/skills
- read access to
- Open GitHub Actions in this repository.
- Select Publish Fortalece Skills.
- Click Run workflow.
- Configure inputs:
source_ref: branch/tag/SHA inWalker-D-I/pic-pay(default:main)dry_run:true: run checks/build and show diff without pushfalse: run checks/build and push updates tomainwhen diff exists
- Checks out this repository (
main). - Checks out
Walker-D-I/pic-payat the selectedsource_ref. - Runs:
npm run check:fortalece-codex-skill-routingnpm run skills:check-publicnpm run skills:prepare-public
- Copies generated bundle from:
_src/pic-pay/artifacts/fortalece-ai-skills-public
- Publishes to:
fortalece-ai-skills-public/
- Commits with:
user.name=skills-ci-botuser.email=ci@walker-di.com.br- message:
chore(skills): sync from pic-pay <short_sha>
fortalece-ai-skills-public/ must contain:
manifest.jsonREADME.mdskills/**
- missing
SKILL_REPO_TOKEN - source checkout/auth failure
- stale routing artifacts in source repo
- skills readiness validation failure
- missing generated bundle
- push rejected by branch protection