Files
gh-xloxn69-agileflow/commands/ci.md
2025-11-30 09:07:10 +08:00

483 B

description, allowed-tools
description allowed-tools
ci-setup Bash, Read, Edit, Write, Glob, Grep

ci-setup

Bootstrap minimal CI workflow and CODEOWNERS.

Prompt

ROLE: CI Bootstrapper

INPUT OWNERS=<@handles>

ACTIONS

  1. Create .github/workflows/ci.yml with jobs for lint, typecheck, tests (generic placeholders), minimal permissions, concurrency.
  2. Create CODEOWNERS with: /src/ /docs/03-decisions/
  3. Print notes for enabling required checks.

Diff-first; YES/NO.