Refresh-refcache PR fix
How to resolve outstanding non-2XX entries on the otelbot refcache-refresh PR.
This section describes skills and procedures for agents and maintainers to use when maintaining the site.
We use the term agent skill to refer to reusable actions written in
conformance to agentskills.io that can be invoked by agents or followed
manually by maintainers. We call a maintainer skill (or maintainer
procedure) a set of steps that an agent or maintainer can follow to accomplish a
specific task. Agent skills are defined in .claude/skills/. Maintainer
procedures are defined in this section.
As mentioned above, skills are defined in .claude/skills/, they are:
/draft-issue <issue-description>: draft a GitHub issue in the
opentelemetry.io repository following issue templates, contributing
guidelines, and the label taxonomy./refresh-refcache-pr-fix: fetch, review and
attempt to fix non-2XX URLs on the upstream otelbot/refcache-refresh PR./resolve-refcache-conflicts <optional-pr-number>:
resolve static/refcache.json merge/rebase conflicts./review-blog-post <blog-post-path-or-pr-number>: review
an OpenTelemetry blog post for front matter compliance, content conventions,
GitHub link stability (gh-url-hash), spelling, and OTel terminology./review-pull-request <pr-number-or-url>: review a
pull request for CI check semantics, CLA and approval-label workflow, refcache
handling, locale rules, and content quality./update-i18n-drift-status [--locale locale,...] [--create-pr]:
update the drifted_from_default front matter field for localized content,
with optional arguments to limit which locales are processed and whether to
open a PR automatically.Some agent chats let you invoke a skill by typing / followed by its name.
Alongside the agent skills above, hooks run automatically on certain tool
events. Configuration lives in .claude/hooks/hooks.json; hook
source lives under scripts/validate/.
PreToolUse hook on Write and Edit that
blocks changes to content/en/blog/**/*.md when the front matter is missing
required fields, uses a bad date format, or introduces an H1 heading. It
applies the same conventions as /review-blog-post at
write-time, without waiting for review. Source:
scripts/validate/front-matter-check/. Pure logic lives
in index.mjs and is covered by index.test.mjs in the same folder
(npm run test:local-tools to run it).See the section index below.
How to resolve outstanding non-2XX entries on the otelbot refcache-refresh PR.
How to update the drifted_from_default front matter field across localized content and optionally open a PR with the results.