Skip to content

CNTRLPLANE-3984: document all skills and commands in SKILLS.md - #9210

Merged
openshift-merge-bot[bot] merged 1 commit into
openshift:mainfrom
celebdor:docs-skills-md-completeness
Aug 7, 2026
Merged

CNTRLPLANE-3984: document all skills and commands in SKILLS.md#9210
openshift-merge-bot[bot] merged 1 commit into
openshift:mainfrom
celebdor:docs-skills-md-completeness

Conversation

@celebdor

@celebdor celebdor commented Aug 3, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Add missing entries for 4 skills (create-cpo-override, validate-pr-override-images, triage-leaked-infra, dev/* with 7 sub-skills) and 6 commands (konflux-build, test-tag-pipeline, pr-report, e2e-analyze, ocpstrat-review, dual-stream-stories) to .claude/SKILLS.md
  • All skills and commands under .claude/skills/ and .claude/commands/ are now documented in the summary file

Test plan

  • Verify all entries in SKILLS.md match existing skill/command files
  • Confirm descriptions accurately reflect each skill's purpose

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Documentation
    • Expanded guidance for Git Commit Format, Effective Go, Konflux Archived PipelineRuns, and Debug Cluster.
    • Added documentation for four new skills, including CPO override creation, override-image validation, infrastructure leak triage, and development workflows.
    • Documented Konflux Build, Test Tag Pipeline, PR Report, E2E Analyze, OCPSTRAT Review, and Dual-Stream Stories commands, with usage and workflow details.

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

Pipeline controller notification
This repo is configured to use the pipeline controller. Second-stage tests will be triggered either automatically or after lgtm label is added, depending on the repository configuration. The pipeline controller will automatically detect which contexts are required and will utilize /test Prow commands to trigger the second stage.

For optional jobs, comment /test ? to see a list of all defined jobs. To trigger manually all jobs from second stage use /pipeline required command.

This repository is configured in: LGTM mode

@coderabbitai

coderabbitai Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor
📝 Walkthrough

Walkthrough

Expanded .claude/SKILLS.md with updated guidance for existing skills, four new Claude skills, and multiple project commands. The documentation covers activation conditions, procedures, requirements, supported tooling, invocation syntax, workflows, outputs, examples, and project context. It also documents Konflux Build PipelineRun execution and required CLI and cluster access.

Suggested reviewers: cblecker, sdminonne, bryan-cox

🚥 Pre-merge checks | ✅ 11
✅ Passed checks (11 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly identifies the documentation update to .claude/SKILLS.md and matches the pull request's primary change.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Stable And Deterministic Test Names ✅ Passed The PR changes only .claude/SKILLS.md; no Ginkgo test declarations or dynamic test titles were added or modified.
Test Structure And Quality ✅ Passed The pull request changes only .claude/SKILLS.md; no Ginkgo tests, test files, or cluster operations changed, so these test-quality requirements are not applicable.
Topology-Aware Scheduling Compatibility ✅ Passed The parent-to-HEAD patch changes only .claude/SKILLS.md with documentation; it adds no deployment manifests, operator code, controllers, or scheduling constraints.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed The PR changes only .claude/SKILLS.md; it adds no Ginkgo e2e tests or executable network operations, so this check is not applicable.
No-Weak-Crypto ✅ Passed The PR changes only .claude/SKILLS.md; its 249 added lines contain no MD5, SHA1, DES, RC4, Blowfish, ECB, custom crypto, or secret-comparison logic.
Container-Privileges ✅ Passed The commit changes only .claude/SKILLS.md; added lines contain no privileged:true, hostPID, hostNetwork, hostIPC, SYS_ADMIN, or allowPrivilegeEscalation:true.
No-Sensitive-Data-In-Logs ✅ Passed The PR changes only .claude/SKILLS.md; the added documentation contains no logging statements, log output, credentials, tokens, PII, or customer data.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Comment @coderabbitai help to get the list of available commands.

@openshift-ci openshift-ci Bot added the area/ai Indicates the PR includes changes related to AI - Claude agents, Cursor rules, etc. label Aug 3, 2026
@openshift-ci
openshift-ci Bot requested review from cblecker and sdminonne August 3, 2026 18:12

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🧹 Nitpick comments (1)
.claude/SKILLS.md (1)

135-135: 📐 Maintainability & Code Quality | 🔵 Trivial | ⚡ Quick win

Add language identifiers to all fenced code blocks.

markdownlint-cli2 reports MD040 for these fences. Use an identifier such as text or console.

Proposed fix
-```
+```text

Also applies to: 264-264, 304-304, 323-323, 344-344, 361-361, 376-376

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In @.claude/SKILLS.md at line 135, Update every fenced code block in SKILLS.md,
including the referenced locations, to specify a language identifier after the
opening fence; use text or console where the block is not language-specific,
while preserving each block’s contents.

Source: Linters/SAST tools

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In @.claude/SKILLS.md:
- Around line 263-266: Update the usage strings in SKILLS.md for /konflux-build
and /test-tag-pipeline so both component-name and branch-name are visibly
optional, matching the contracts in the corresponding command definitions;
preserve the existing argument names and --non-expiring option.

---

Nitpick comments:
In @.claude/SKILLS.md:
- Line 135: Update every fenced code block in SKILLS.md, including the
referenced locations, to specify a language identifier after the opening fence;
use text or console where the block is not language-specific, while preserving
each block’s contents.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Central YAML (inherited)

Review profile: CHILL

Plan: Enterprise

Run ID: ffe9e3de-e093-4cd7-9681-12f8dad7c07f

📥 Commits

Reviewing files that changed from the base of the PR and between 35d6100 and ddb5fb6.

📒 Files selected for processing (1)
  • .claude/SKILLS.md

Comment thread .claude/SKILLS.md
@celebdor celebdor changed the title docs(claude): document all skills and commands in SKILLS.md CNTRLPLANE-3984: document all skills and commands in SKILLS.md Aug 3, 2026
@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Aug 3, 2026
@openshift-ci-robot

openshift-ci-robot commented Aug 3, 2026

Copy link
Copy Markdown

@celebdor: This pull request references CNTRLPLANE-3984 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the task to target the "5.0.0" version, but no target version was set.

Details

In response to this:

Summary

  • Add missing entries for 4 skills (create-cpo-override, validate-pr-override-images, triage-leaked-infra, dev/* with 7 sub-skills) and 6 commands (konflux-build, test-tag-pipeline, pr-report, e2e-analyze, ocpstrat-review, dual-stream-stories) to .claude/SKILLS.md
  • All skills and commands under .claude/skills/ and .claude/commands/ are now documented in the summary file

Test plan

  • Verify all entries in SKILLS.md match existing skill/command files
  • Confirm descriptions accurately reflect each skill's purpose

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Documentation
  • Added documentation for four Claude skills and seven commands.
  • Included usage guidance, automation triggers, workflows, requirements, examples, and supported operations.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@codecov

codecov Bot commented Aug 3, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 44.96%. Comparing base (60ada1e) to head (c64d451).
⚠️ Report is 102 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9210      +/-   ##
==========================================
+ Coverage   44.81%   44.96%   +0.14%     
==========================================
  Files         775      778       +3     
  Lines       97219    97444     +225     
==========================================
+ Hits        43572    43819     +247     
+ Misses      50644    50602      -42     
- Partials     3003     3023      +20     

see 34 files with indirect coverage changes

Flag Coverage Δ
cmd-support 38.64% <ø> (+0.22%) ⬆️
cpo-hostedcontrolplane 47.24% <ø> (-0.08%) ⬇️
cpo-other 45.67% <ø> (ø)
hypershift-operator 55.00% <ø> (+0.37%) ⬆️
other 34.32% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Add missing entries for 4 skills (create-cpo-override, validate-pr-override-images,
triage-leaked-infra, dev/*) and 6 commands (konflux-build, test-tag-pipeline,
pr-report, e2e-analyze, ocpstrat-review, dual-stream-stories).

Signed-off-by: Antoni Segura Puimedon <asegurap@redhat.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@celebdor
celebdor force-pushed the docs-skills-md-completeness branch from ddb5fb6 to c64d451 Compare August 6, 2026 13:23
@coderabbitai

coderabbitai Bot commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

Note

GitHub couldn't provide a complete incremental comparison for this pull request, so CodeRabbit is performing a full review instead. This review may take a little longer.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 3

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In @.claude/SKILLS.md:
- Around line 151-153: Add an explicit language identifier, using text or
console, to the opening fences for the usage examples around
/validate-pr-override-images and all listed additional sections in SKILLS.md.
Preserve the existing example contents and formatting.
- Line 17: Update the automatic-activation entries in SKILLS.md to match the
activation conditions declared by the corresponding SKILL.md metadata: remove
Discussing commit practices, Debugging Go-specific issues, and Discussing Go
best practices unless their metadata is updated to explicitly support those
triggers.
- Around line 114-217: Update the command documentation in .claude/SKILLS.md by
removing entries for the nonexistent ocpstrat-review.md and
dual-stream-stories.md commands, and adding documentation for the existing
fix-hypershift-repo-robot-pr.md, restructure-commits.md, and
workflows/feature-development.md commands. Keep the documented command paths and
descriptions aligned with the repository files.
🪄 Autofix

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Central YAML (inherited)

Review profile: CHILL

Plan: Enterprise

Run ID: d9efff1b-4105-4a0f-9cce-8900311af1cf

📥 Commits

Reviewing files that changed from the base of the PR and between 78bf2df and c64d451.

📒 Files selected for processing (1)
  • .claude/SKILLS.md

Comment thread .claude/SKILLS.md

- Generating commit messages
- Creating commits
- Discussing commit practices

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win

Align automatic-activation entries with the skill contracts.

The supplied skill metadata does not list Discussing commit practices, Debugging Go-specific issues, or Discussing Go best practices as activation conditions. Remove these entries or update the corresponding SKILL.md metadata to support them.

Also applies to: 45-46

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In @.claude/SKILLS.md at line 17, Update the automatic-activation entries in
SKILLS.md to match the activation conditions declared by the corresponding
SKILL.md metadata: remove Discussing commit practices, Debugging Go-specific
issues, and Discussing Go best practices unless their metadata is updated to
explicitly support those triggers.

Comment thread .claude/SKILLS.md
Comment on lines +114 to +217

- Systematic approach to debugging cluster issues
- Reduces time spent investigating stuck resources
- Provides ready-to-use kubectl commands
- Covers common scenarios and resolutions

### Create CPO Override

**Location:** `.claude/skills/create-cpo-override/`

**Description:** Interactively creates control-plane-operator image override entries in `overrides.yaml`. Automates image discovery, fix verification, YAML editing, and PR preparation.

**Auto-applies when:**

- Creating or updating CPO image overrides
- Preparing hotfix override PRs

**Covers:**

- Image resolution via `skopeo` and `oc adm release info`
- Fix verification against PR commits
- YAML editing of `hypershift-operator/controlplaneoperator-overrides/assets/overrides.yaml`
- PR preparation compatible with `/validate-pr-override-images`

**Requirements:**

- `skopeo`, `oc`, `gh` CLI installed and authenticated
- Release branches fetched locally

### Validate PR Override Images

**Location:** `.claude/skills/validate-pr-override-images/`

**Description:** Validates that CPO override images in a PR actually contain the PRs they claim to include.

**Usage:**

```
/validate-pr-override-images <PR-URL-or-number>
```

**Auto-applies when:**

- Reviewing CPO override PRs
- Verifying hotfix image contents

**Covers:**

- Parsing the PR description's structured validation contract (`branch: X wants: PR1, PR2`)
- Inspecting images via `skopeo` to verify claimed fixes are present
- Cross-referencing commits against release branches

### Triage Leaked Infrastructure

**Location:** `.claude/skills/triage-leaked-infra/`

**Description:** Assesses whether AWS VPCs or infrastructure sets from HyperShift CI are safe to delete. Every claim is backed by empirical AWS queries.

**Auto-applies when:**

- User pastes `cleanleaked` output and asks if resources are safe to delete
- Investigating orphaned AWS VPCs or infra sets
- Triaging LEAKED or UNCERTAIN verdicts

**Covers:**

- Protection tag checks (`do-not-delete`, `ci-cluster`)
- VPC-to-infraID derivation and reverse lookup
- Running instance and resource checks
- Safety verdicts (PASS/FAIL/UNKNOWN) per check

**Requirements:**

- AWS CLI configured for the HyperShift CI account (`us-east-1`)

### Development Workflows

**Location:** `.claude/skills/dev/`

**Description:** A collection of development workflow skills for building, deploying, and testing HyperShift locally.

**Sub-skills:**

| Skill | Description |
|-------|-------------|
| `build-cpo-image` | Build and push a control-plane-operator container image for live cluster testing |
| `build-ho-image` | Build and push a hypershift-operator container image for live cluster testing |
| `create-hc-aws` | Create a HostedCluster on AWS for development/testing, with optional custom CPO/HO images |
| `destroy-hc-aws` | Destroy a HostedCluster and all associated AWS infrastructure (VPC, IAM, Route53, etc.) |
| `e2e-run-aws` | Run and iterate on HyperShift e2e tests against a live cluster |
| `git-env` | Create development environments with git worktrees, branches, commits, and push to remote |
| `install-ho-aws` | Install HyperShift Operator with private AWS and external-dns settings |

**Auto-applies when:**

- Building container images for testing
- Creating or destroying hosted clusters for development
- Running e2e tests locally
- Setting up git worktrees for development

## How Skills Work

Skills are automatically invoked by Claude based on context. You don't need to do anything special - just ask Claude to:

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🗄️ Data Integrity & Integration | 🟡 Minor | ⚡ Quick win

🧩 Analysis chain

🏁 Script executed:

#!/usr/bin/env bash
set -euo pipefail

doc=".claude/SKILLS.md"
tmp="$(mktemp -d)"
trap 'rm -rf "$tmp"' EXIT

sed -n 's/^\*\*Location:\*\* `\([^`]*\)`/\1/p' "$doc" | sort -u > "$tmp/documented"

grep '^\.claude/skills/' "$tmp/documented" | sed 's#/$##' | sort -u > "$tmp/documented_skills" || true
grep '^\.claude/commands/' "$tmp/documented" | sort -u > "$tmp/documented_commands" || true

fd --type f --glob 'SKILL.md' .claude/skills \
  | sed 's#^\./##; s#/SKILL.md$##' | sort -u > "$tmp/actual_skills"

fd --type f --extension md .claude/commands \
  | sed 's#^\./##' | sort -u > "$tmp/actual_commands"

echo "Missing skill locations:"
comm -23 "$tmp/documented_skills" "$tmp/actual_skills"

echo "Undocumented skill locations:"
comm -13 "$tmp/documented_skills" "$tmp/actual_skills"

echo "Missing command locations:"
comm -23 "$tmp/documented_commands" "$tmp/actual_commands"

echo "Undocumented command locations:"
comm -13 "$tmp/documented_commands" "$tmp/actual_commands"

Repository: openshift/hypershift

Length of output: 528


🏁 Script executed:

#!/usr/bin/env bash
set -euo pipefail

doc=".claude/SKILLS.md"
tmp="$(mktemp -d)"
trap 'rm -rf "$tmp"' EXIT

# Extract all documented locations from SKILLS.md
sed -n 's/^\*\*Location:\*\* `\([^`]*\)`/\1/p' "$doc" | sort -u > "$tmp/documented_all"

# Separate into skills and commands
grep '^\.claude/skills/' "$tmp/documented_all" | sed 's#/$##' | sort -u > "$tmp/documented_skills" || true
grep '^\.claude/commands/' "$tmp/documented_all" | sort -u > "$tmp/documented_commands" || true

# Find actual SKILL.md files
fd --type f 'SKILL\.md$' .claude/skills/ 2>/dev/null \
  | sed 's#^\./##; s#/SKILL\.md$##' | sort -u > "$tmp/actual_skills" || true

# Find actual command files (any .md files in .claude/commands)
fd --type f --full-path '.claude/commands/*.md' 2>/dev/null \
  | sed 's#^\./##' | sort -u > "$tmp/actual_commands" || true

echo "=== Documented Locations (all) ==="
cat "$tmp/documented_all"

echo ""
echo "=== Documented Skills ==="
cat "$tmp/documented_skills"

echo ""
echo "=== Actual Skills (with SKILL.md) ==="
cat "$tmp/actual_skills"

echo ""
echo "=== Documented Commands ==="
cat "$tmp/documented_commands"

echo ""
echo "=== Actual Commands ==="
cat "$tmp/actual_commands"

echo ""
echo "=== DISCREPANCIES ==="
echo "Missing skill locations (documented but not found):"
comm -23 "$tmp/documented_skills" "$tmp/actual_skills" || echo "  (none)"

echo ""
echo "Undocumented skill locations (found but not documented):"
comm -13 "$tmp/documented_skills" "$tmp/actual_skills" || echo "  (none)"

echo ""
echo "Missing command locations (documented but not found):"
comm -23 "$tmp/documented_commands" "$tmp/actual_commands" || echo "  (none)"

echo ""
echo "Undocumented command locations (found but not documented):"
comm -13 "$tmp/documented_commands" "$tmp/actual_commands" || echo "  (none)"

Repository: openshift/hypershift

Length of output: 2822


🏁 Script executed:

# Verify the actual directories exist and check for missing command files
echo "=== Checking .claude/commands/ directory ==="
if [ -d ".claude/commands" ]; then
  echo "Directory exists. Contents:"
  find .claude/commands -type f 2>/dev/null | head -20 || echo "  (no files found)"
else
  echo "Directory does not exist"
fi

echo ""
echo "=== Checking .claude/skills/ directory ==="
if [ -d ".claude/skills" ]; then
  echo "Directory exists. Structure:"
  find .claude/skills -name "SKILL.md" | sort
else
  echo "Directory does not exist"
fi

echo ""
echo "=== Full .claude/skills/ tree (10 levels) ==="
tree -L 3 .claude/skills/ 2>/dev/null || find .claude/skills -type f | head -30

Repository: openshift/hypershift

Length of output: 1980


🏁 Script executed:

# Extract exact locations documented in SKILLS.md lines 114-217 and 275-442
echo "=== Lines 114-217 from SKILLS.md ==="
sed -n '114,217p' .claude/SKILLS.md | grep -E '^\*\*Location:\*\*' || echo "(no Location entries)"

echo ""
echo "=== Lines 275-442 from SKILLS.md ==="
sed -n '275,442p' .claude/SKILLS.md | grep -E '^\*\*Location:\*\*' || echo "(no Location entries)"

Repository: openshift/hypershift

Length of output: 796


🏁 Script executed:

# Verify which documented command files actually exist
commands_doc=(
  ".claude/commands/konflux-build.md"
  ".claude/commands/update-konflux-tasks.md"
  ".claude/commands/test-tag-pipeline.md"
  ".claude/commands/pr-report.md"
  ".claude/commands/e2e-analyze.md"
  ".claude/commands/ocpstrat-review.md"
  ".claude/commands/dual-stream-stories.md"
)

echo "=== Command File Verification ==="
for cmd in "${commands_doc[@]}"; do
  if [ -f "$cmd" ]; then
    echo "✓ EXISTS: $cmd"
  else
    echo "✗ MISSING: $cmd"
  fi
done

echo ""
echo "=== Actual .claude/commands/ files ==="
find .claude/commands -type f -name "*.md" | sort

Repository: openshift/hypershift

Length of output: 869


Two documented command files do not exist; two additional command files are undocumented.

In lines 275-442 of .claude/SKILLS.md:

  • .claude/commands/ocpstrat-review.md is documented but does not exist.
  • .claude/commands/dual-stream-stories.md is documented but does not exist.

Additionally, three command files exist in the repository but are not documented in the specified lines:

  • .claude/commands/fix-hypershift-repo-robot-pr.md
  • .claude/commands/restructure-commits.md
  • .claude/commands/workflows/feature-development.md

All four skill locations in lines 114-217 exist and match their documented paths.

, ,

🧰 Tools
🪛 markdownlint-cli2 (0.23.2)

[warning] 151-151: Fenced code blocks should have a language specified

(MD040, fenced-code-language)

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In @.claude/SKILLS.md around lines 114 - 217, Update the command documentation
in .claude/SKILLS.md by removing entries for the nonexistent ocpstrat-review.md
and dual-stream-stories.md commands, and adding documentation for the existing
fix-hypershift-repo-robot-pr.md, restructure-commits.md, and
workflows/feature-development.md commands. Keep the documented command paths and
descriptions aligned with the repository files.

Comment thread .claude/SKILLS.md
Comment on lines +151 to +153
```
/validate-pr-override-images <PR-URL-or-number>
```

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win

Add language identifiers to the remaining usage fences.

markdownlint-cli2 reports MD040 for these fences. Use text or console after each opening fence.

Also applies to: 235-237, 295-297, 328-330, 340-342, 362-364, 386-388, 405-407, 422-424

🧰 Tools
🪛 markdownlint-cli2 (0.23.2)

[warning] 151-151: Fenced code blocks should have a language specified

(MD040, fenced-code-language)

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In @.claude/SKILLS.md around lines 151 - 153, Add an explicit language
identifier, using text or console, to the opening fences for the usage examples
around /validate-pr-override-images and all listed additional sections in
SKILLS.md. Preserve the existing example contents and formatting.

Source: Linters/SAST tools

@muraee

muraee commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

/approve

@openshift-ci

openshift-ci Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: celebdor, muraee

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 7, 2026
@csrwng

csrwng commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

/lgtm

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Aug 7, 2026
@openshift-merge-bot

Copy link
Copy Markdown
Contributor

Pipeline controller notification

No second-stage tests were triggered for this PR.

This can happen when:

  • The changed files don't match any pipeline_run_if_changed patterns
  • All files match pipeline_skip_if_only_changed patterns
  • No pipeline-controlled jobs are defined for the main branch

Use /test ? to see all available tests.

@cblecker

cblecker commented Aug 7, 2026

Copy link
Copy Markdown
Member

/verified bypass
internal docs-only change doesn't require QA

@openshift-ci-robot openshift-ci-robot added the verified Signifies that the PR passed pre-merge verification criteria label Aug 7, 2026
@openshift-ci-robot

Copy link
Copy Markdown

@cblecker: The verified label has been added.

Details

In response to this:

/verified bypass
internal docs-only change doesn't require QA

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci

openshift-ci Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

@celebdor: all tests passed!

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

@openshift-merge-bot
openshift-merge-bot Bot merged commit 01b36e3 into openshift:main Aug 7, 2026
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. area/ai Indicates the PR includes changes related to AI - Claude agents, Cursor rules, etc. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged. verified Signifies that the PR passed pre-merge verification criteria

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants