The GitHub Actions job "link-check" on 
airflow-steward.git/refactor/skills-to-skills-dir has succeeded.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
a53cf570c0ed9b18f8668ed85b02afe2b607c67a / Jarek Potiuk <[email protected]>
fix(links): balance code fences and repair placeholder links exposed by the 
skills relocation

Moving skills out of the hidden .claude/ dir into the visible skills/ dir
brought them into lychee's scope for the first time (lychee skips dot-dirs),
surfacing pre-existing breakage:

- pr-management-stats/{classify,fetch,render}.md had code-fence closers
  written as ```text instead of bare ``` , so every heading after such a
  block was swallowed into the code block (mis-rendering on GitHub too, and
  breaking every #anchor cross-link into those files). Balanced the fences.
- Several security-* example links used unresolvable placeholder targets
  (](...), ](…), and bare ](<security-model-url>) / ](<project-board-url>)
  which markdown strips to a bare path). Repointed tracker/upstream issue
  examples to the <placeholder>-carrying URL form lychee already excludes,
  and rendered the two configured-URL placeholders as inline code.

Verified with `lychee --offline --include-fragments` (zero non-excluded
local errors across skills/).

Generated-by: Claude Code (Opus 4.8)

Report URL: https://github.com/apache/airflow-steward/actions/runs/26842489589

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to