openshift

Fleet Fix — Testing skill for Claude Code

Testing community

Generate and test remediation diffs for a systemic pattern across affected repositories for human review.

How to install Fleet Fix

Installs to ~/.claude/commands/openshift-traust-fleet-fix.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/openshift/traust/HEAD/.claude/commands/fleet-fix.md -o ~/.claude/commands/openshift-traust-fleet-fix.md

Restart Claude Code, or start a new session, for it to be picked up.

What Fleet Fix does


description: "Generate and test remediation diffs for a systemic pattern across affected repositories for human review."

Remediate a systemic pattern fleet-wide using the fleet-fix skill. Load the skill at .claude/skills/fleet-fix/SKILL.md and follow its full procedure for the mode implied by $ARGUMENTS — identify the affected fleet, select/author the schema-validated transform spec (golden tests mandatory), apply via harnessing/7-remediate/fleet-fix/scripts/apply_fleet_fix.py producing

Alternatives in Testing

  • Test Full — Run the full test suite across all tox environments with coverage enabled 1.1k ★
  • Flaky Fix — 不安定なテスト(flaky test)の原因を分析し、テストの安定化を試みます 974 ★
  • Fixtests — Systematic test failure analysis and remediation 849 ★

Full documentation available on GitHub

View Source Repository