The GitHub Actions job "prek" on airflow-steward.git/main has succeeded.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
3c0601969ff7b541fce324b4156a38b2cbefc83d / Jarek Potiuk <[email protected]>
refactor(skills): relocate skill source to skills/ and retarget tooling (#437)

Move all 38 framework skills from .claude/skills/ to a top-level skills/
directory (the source of truth). The framework no longer keeps active
skills in .claude/skills/; a maintainer self-adopts the framework into
itself to wire the (now gitignored) .claude/skills/ symlinks.

Retarget every tool that addressed the old location: the
skill-and-tool-validator SKILLS_DIR, check-placeholders SCAN_PATHS, the
pre-commit globs (doctoc / check-placeholders / skill-and-tool-validate),
the list_skills.py discovery comment, and every eval step-config.json
skill_md path. Fix relative-link depth inside the moved skill files
(../../../ -> ../../, one level shallower now) and repoint every markdown
link that targeted .claude/skills/<skill>/ to skills/<skill>/.

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

- pr-management-stats/{classify,fetch,render}.md had code-fence closers
  written as ```text instead of bare ``` , so headings after them were
  swallowed into code blocks (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
  (](...), ](…), bare ](<security-model-url>) / ](<project-board-url>)).
  Repointed tracker/upstream issue examples to the <placeholder>-carrying
  URL form lychee already excludes; rendered the two configured-URL
  placeholders as inline code.

No skill renames, no .apache-steward* dotfile renames, and no adoption-
semantics changes -- those land in later phases. Adopter-facing
.claude/skills references (where adopters install) are intentionally left
unchanged.

Generated-by: Claude Code (Opus 4.8)

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

With regards,
GitHub Actions via GitBox


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

Reply via email to