SKILL
Type
External
Status
Published
Created
Jun 13, 2026
Updated
Jun 13, 2026
Source
View

Actions Skill Router#

Agent entry point for projectbluefin/actions. Load only the skill relevant to your task.

Skill format reference: projectbluefin/.github/AGENTS.md

Task → Skill#

I need to...Load
Create or update a skill file (format, frontmatter, structure)projectbluefin/.github/AGENTS.md
Detect changed paths for PR build matrixdocs/skills/composite-actions/action-reference.md → "detect-changes"
Validate a PR (just check, shellcheck, hadolint, pre-commit)docs/skills/composite-actions/action-reference.md → "validate-pr"
Author or modify a composite actiondocs/skills/composite-actions.md
Add a new action to the repodocs/skills/composite-actions.md → "Adding a new action"
Debug a CI failure in a consuming repodocs/skills/composite-actions.md → "Known workarounds"
Configure or understand Renovate auto-mergedocs/skills/factory-operations.md → "Renovate"
Update a third-party SHA pindocs/skills/composite-actions.md → "SHA Pinning"
Understand @v1 tag and how to advance itAGENTS.md → "@v1 tag" section
Understand or change the promotion PR body format (Design C)docs/skills/factory-operations.md → "Promotion PR Format"
Understand the sign-and-publish flowdocs/skills/composite-actions/action-reference.md → "sign-and-publish"
Understand the push-image push + digest patterndocs/skills/composite-actions/action-reference.md → "push-image"
Generate OCI image tags in a custom pipelinedocs/skills/composite-actions/action-reference.md → "generate-tags"
Assemble a multi-arch OCI manifest indexdocs/skills/composite-actions/action-reference.md → "create-manifest"
Understand chunkah rechunkingdocs/skills/composite-actions/action-reference.md → "chunka"
Author or modify the reusable build workflowdocs/skills/composite-actions/reusable-workflow.md
Understand when to use generate-tags vs just generate-build-tagsdocs/skills/composite-actions/action-reference.md → "generate-tags" + docs/skills/composite-actions/reusable-workflow.md → "Tag generation"
Wire a consuming repo to the shared reusable workflowdocs/skills/consumer-guide.md
Validate action changes against consumers before mergedocs/skills/consumer-validation.md
Understand the consumer-validation PR checkdocs/skills/consumer-validation.md
Add upgrade/rollback testing to a bootc image repodocs/skills/consumer-guide/upgrade-and-migration.md → "Upgrade test"
Use these actions in a new or external bootc image repodocs/skills/consumer-guide.md
Understand the Justfile contract for the reusable workflowdocs/skills/consumer-guide.md → "Path 1"
Wire a skill-drift check to a consumer repodocs/skills/consumer-guide.md → "Checklist" + docs/skills/factory-operations.md
Understand force-compression for CentOS Stream consumersdocs/skills/composite-actions.md → "Force-compression input rationale"
Understand zstd compression invariants or run regression testsdocs/skills/composite-actions/action-reference.md → "chunka"
Audit non-deterministic surfaces in the factorydocs/skills/determinism.md
Verify SHA pins are correct and comments are accuratedocs/skills/determinism.md → "Already pinned"
Add or scan an image for CVEs before pushdocs/skills/supply-chain.md → "shift-left CVE scanning" + docs/skills/composite-actions/action-reference.md → "scan-image"
Add or modify Python unit testsdocs/skills/testing.md
Understand or change the pytest coverage thresholddocs/skills/testing.md
Debug why unit-tests CI fails (coverage or test failures)docs/skills/testing.md
Understand or debug the promotion PR body or gate checklistdocs/skills/factory-operations.md → "Promotion PR Format"
Create a release with SBOM diff, release card, and supply chain verification instructionsdocs/skills/composite-actions/action-reference.md → "create-release"
Enforce Conventional Commits PR title formatdocs/skills/composite-actions/action-reference.md → "validate-pr-title"
Understand SLSA Build L2 posture and scopedocs/skills/supply-chain.md → "SLSA Build L2 posture"
Verify a built image attestationdocs/skills/supply-chain.md → "Verification"
Add or update cosign verify scopingdocs/skills/supply-chain.md → "scope cosign verify"
Add or update Trivy CVE scanningdocs/skills/supply-chain.md → "shift-left CVE scanning"
Vendor or hash-verify an external build filedocs/skills/supply-chain.md → "vendor external build instruction files"
Understand or configure the production gate (2-human approval)docs/skills/factory-operations.md → "Production Gate"
Monitor factory success rates or configure scheduled health alertsdocs/skills/factory-operations.md → "Factory Health Monitor"
Understand the skill-drift PR checkdocs/skills/factory-operations.md → "Skill-Drift PR Check"
Understand the weekly skill auditdocs/skills/factory-operations.md → "Skill Audit"
Debug a stuck or missing Environment approval gatedocs/skills/factory-operations.md → "Troubleshooting"
Understand dakota-specific action adoptiondocs/skills/consumer-guide/upgrade-and-migration.md → "Dakota"
Wire migration testing across registriesdocs/skills/consumer-guide/upgrade-and-migration.md → "Migration test"

Full Skill Index#

SkillCovers
testing.mdpytest setup, coverage baseline (60%), uncovered lines, threshold rules
composite-actions.mdAuthoring conventions, action catalog, rollout strategy, CI-fix-first workflow, known workarounds
composite-actions/action-reference.mdFull action-by-action reference for all bootc-build composite actions
composite-actions/reusable-workflow.mdreusable-build.yml and reusable-release.yml details, cross-repo refs, digest shape
consumer-guide.mdOnboarding a new image repo: Path 1 (reusable workflow) and Path 2 (à la carte), checklist
consumer-guide/upgrade-and-migration.mdUpgrade test gate, migration test, dakota Path 2 notes, live consumer examples
consumer-validation.mdRequired consumer validation flow and blast radius before merge
determinism.mdNon-deterministic surfaces in the factory: classification, mitigations, investigations
factory-operations.mdProduction gate (2-human approval), skill-drift PR check, scheduled skill audit, Renovate auto-merge, promotion PR format (Design C)
supply-chain.mdSLSA Build L2 posture, SBOM attestation, cosign verify scoping, Trivy CVE scanning, vendoring external build files
SKILL | Dosu