potiuk opened a new pull request, #516: URL: https://github.com/apache/airflow-steward/pull/516
## What The `issue-stale-sweep` and `mentoring-welcome` skills had canonical (`.agents/skills/`) and `.claude/skills/` relays but were missing their `.github/skills/` relays — so GitHub's skill loader could not discover them. Surfaced by a `/magpie-setup upgrade` symlink-reconciliation pass: 43 skills in `skills/`, but `.github/skills/` carried only 41 `magpie-*` relays. ## Changes Added the two relay symlinks, in the same form every other `.github` relay uses: - `.github/skills/magpie-issue-stale-sweep` → `../../.agents/skills/magpie-issue-stale-sweep` - `.github/skills/magpie-mentoring-welcome` → `../../.agents/skills/magpie-mentoring-welcome` Both committed as symlinks (mode `120000`) and resolve to their `SKILL.md`. `skill-and-tool-validate` passes. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
