원클릭으로
test-ci-github-actions
// GitHub Actions CI skill: integrate automated tests (web/api/mobile/perf) with consistent artifacts.
// GitHub Actions CI skill: integrate automated tests (web/api/mobile/perf) with consistent artifacts.
Use only in repos that still include the `init/` bootstrap kit to produce Stage A/B/C artifacts, update skill pack selection, and sync provider skill wrappers.
Create a goal-aligned macro-level roadmap artifact (dev-docs/active/<task>/roadmap.md) by asking clarifying questions and recording assumptions; planning only (no code changes).
Build a complete, production-embedded Agent module for a real feature request (API + optional worker/sdk/cron/pipeline), including blueprint, scaffolded runtime, prompt pack, docs, and registry entry. Enforces explicit user approvals, no-secrets-in-repo, fixed API route names (run/health), and conversation/memory strategy decisions.
Entry workflow for LLM engineering tasks (provider integration, calling wrapper, routing profiles, prompt templates, cost/telemetry, credentials/config keys). Routes to one procedure and enforces required verification.
Read-only progress reporter. Produces a structured status snapshot from existing project/task artifacts (project hub + dev-docs) and includes an actionable next command; never modifies repo files.
Define and execute a distinctive visual direction for net-new UI or brand refresh work (art direction, typography, color, motion, composition), then deliver a polished reference implementation. Primary intent: creative design direction and visual differentiation; pairs well with style-frontend-ui and build-react-components for engineering hardening.
| name | test-ci-github-actions |
| description | GitHub Actions CI skill: integrate automated tests (web/api/mobile/perf) with consistent artifacts. |
| Task | Open this procedure | Optional templates |
|---|---|---|
| Enable/adjust test jobs (web/api/mobile/perf) | reference/procedures/enable-test-jobs.md | reference/templates/github-actions/ci.yml |
| Standardize artifacts + reporting | reference/procedures/artifacts-and-reporting.md | — |
| Troubleshoot CI failures | reference/procedures/troubleshoot.md | — |
Test command contract
pnpm test:apipnpm test:e2e:playwrightpnpm test:e2e:cypresspnpm test:perf:k6 or direct runner (k6 run ... / docker run grafana/k6 ...)pnpm test:mobile:<detox|maestro|appium>artifacts/<suite>/Artifacts are mandatory
artifacts/ or a well-defined subset.Secrets management
Gating policy
If you changed skills:
node .ai/scripts/lint-skills.mjs --strictnode .ai/skills/testing/test-ci-github-actions/scripts/validate-skill.mjsIf you changed workflow YAML:
workflow_dispatch) and confirm: