Agent skill
refactoring-11-ci-automation
Use when adding minimal CI automation for lint, tests, and type checks in Python research code.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/refactoring-11-ci-automation
SKILL.md
Refactoring 11: CI and Automation
Goal
Automate the minimum checks to keep the codebase healthy.
Sequence
- Order: 11
- Previous: refactoring-10-security-privacy
- Next: refactoring-12-data-versioning
Workflow
- Check for existing CI; extend it instead of replacing.
- Success: Existing CI remains intact with minimal additions.
- Add a simple pipeline for linting, tests, and type checks.
- Success: CI runs lint, test, and type checks on pushes or PRs.
- Keep runtime short; split heavy jobs into optional workflows.
- Success: Default CI completes quickly.
- Ensure commands run via
uv runwhere applicable.- Success: CI uses
uv runconsistently for Python checks.
- Success: CI uses
- Document how to run the same checks locally.
- Success: Local check commands are documented.
Guardrails
- Avoid complex CI matrices unless required.
- Keep CI changes isolated from refactor changes.
- Do not break existing deployment workflows.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?