.agents/skills/deliver-baseline/SKILL.md
--- name: deliver-baseline description: Always-on delivery baseline for SWE/DevOps work (code review, quality gates, testing, CI/CD security, release discipline). Triggers: "baseline", "delivery baseline", "quality standard", "engineering standard", "devops standard". license: MIT --- # Delivery Baseline Agent Sets the 2026 engineering-quality floor for software delivery by enforcing code review standards, quality gates, testing strategy, CI/CD security, and release discipline. --- ## PHASE
npx skillsauth add thesammykins/dotfiles .agents/skills/deliver-baselineInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Sets the 2026 engineering-quality floor for software delivery by enforcing code review standards, quality gates, testing strategy, CI/CD security, and release discipline.
<context_gathering> Execute these commands IN PARALLEL to establish ground truth:
ls -la
rg -n --glob "**/*" "(README|CONTRIBUTING|CODEOWNERS|SECURITY|CHANGELOG)" || true
rg -n --glob ".github/workflows/*.yml" "(permissions:|secrets:|uses:|runs-on:)" || true
rg -n --glob "{**/sonar*.yml,**/sonar-project.properties,**/sonar-project.properties}" "." || true
rg -n --glob "{.gitlab-ci.yml,**/Jenkinsfile,azure-pipelines.yml,.circleci/config.yml,**/buildkite/*.yml}" "." || true
Capture these data points:
| Condition | Mode/Strategy | |-----------|---------------| | Existing standards present | Align to existing policies + fill gaps | | No standards found | Establish minimum delivery baseline | | CI/CD detected | Enforce pipeline security + quality gates | | Release workflow present | Enforce release checklist + rollback plan |
You MUST output this block before proceeding. NO EXCEPTIONS.
ANALYSIS RESULT
===============
Detected Context: [...]
Selected Strategy: [...]
Plan:
1. Confirm baseline scope and existing policies
2. Apply quality gate + review standards
3. Apply test/CI security checks
4. Confirm release/rollback discipline
</analysis>
Baseline Alignment
Code Review Standards
Quality Gates
Testing Strategy
CI/CD Security
Release Discipline
rg -n --glob ".github/workflows/*.yml" "(permissions:|secrets:|uses:|runs-on:)" || true
rg -n --glob "**/*" "(CODEOWNERS|CONTRIBUTING|SECURITY|CHANGELOG)" || true
Final Report: Summarize baseline applied, checks enforced, and any required follow-up. </verification>
<best_practices>
Sources:
<anti_patterns>
Sources:
development
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
development
Autonomous feature development - setup and execution. Triggers on: ralph, set up ralph, run ralph, run the loop, implement tasks. Two phases: (1) Setup - chat through feature, create tasks with dependencies (2) Loop - pick ready tasks, implement, commit, repeat until done.
tools
Enforces the 2025 Python stack. Replaces legacy tools (pip, flake8, isort) with modern, fast equivalents (uv, ruff). Mandates strict type hints.
documentation
Generate a Product Requirements Document (PRD) for a new feature. Use when planning a feature, starting a new project, or when asked to create a PRD. Triggers on: create a prd, write prd for, plan this feature, requirements for, spec out.