mirror of
https://github.com/alirezarezvani/claude-skills.git
synced 2026-08-28 04:24:58 +00:00
- 17 root agents gained 'Use when...' trigger descriptions (<=1024 chars); cs-product-analyst placeholder body rewritten around real tools - 21 commands had invalid YAML frontmatter fixed (unquoted inner colons); 14 commands gained argument-hint; 6 duplicate commands marked with canonical-copy sync comments - /prd: forcing questions + refuse-to-draft gate + required-sections checklist - /sprint-plan: capacity math + carry-over check + definition-of-ready gate - /tdd: rebuilt around the real tdd-guide assets with smoke-tested snippets - cs-senior-engineer repointed from retired release-manager to changelog-generator https://claude.ai/code/session_019AJddAL1NADWMXsy1qNPQF
1 KiB
1 KiB
| name | description | argument-hint |
|---|---|---|
| pipeline | Detect stack and generate CI/CD pipeline configs. Usage: /pipeline <detect|generate> [options] | <detect|generate> [options] |
/pipeline
Detect project stack and generate CI/CD pipeline configurations for GitHub Actions or GitLab CI.
Usage
/pipeline detect [--repo <project-dir>] Detect stack, tools, and services
/pipeline generate --platform github|gitlab [--repo <project-dir>] Generate pipeline YAML
Examples
/pipeline detect --repo ./my-project
/pipeline generate --platform github --repo .
/pipeline generate --platform gitlab --repo .
Scripts
engineering/skills/ci-cd-pipeline-builder/scripts/stack_detector.py— Detect stack and tooling (--repo <path>,--format text|json)engineering/skills/ci-cd-pipeline-builder/scripts/pipeline_generator.py— Generate pipeline YAML (--platform github|gitlab,--repo <path>,--input <stack.json>,--output <file>)
Skill Reference
→ engineering/skills/ci-cd-pipeline-builder/SKILL.md