This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow-steward.git


The following commit(s) were added to refs/heads/main by this push:
     new fd6dac79 fix(setup): add missing .github relay symlinks for two skills 
(#516)
fd6dac79 is described below

commit fd6dac79f9d7f8508cc1d359e2ae26dd9c18a29c
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sun Jun 14 03:43:24 2026 +0200

    fix(setup): add missing .github relay symlinks for two skills (#516)
    
    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, .github had only 41).
    
    Add the two relay symlinks pointing back at the canonical entries, the
    same form every other .github relay uses.
    
    Generated-by: Claude Code (Opus 4.8)
---
 .github/skills/magpie-issue-stale-sweep | 1 +
 .github/skills/magpie-mentoring-welcome | 1 +
 2 files changed, 2 insertions(+)

diff --git a/.github/skills/magpie-issue-stale-sweep 
b/.github/skills/magpie-issue-stale-sweep
new file mode 120000
index 00000000..18b02038
--- /dev/null
+++ b/.github/skills/magpie-issue-stale-sweep
@@ -0,0 +1 @@
+../../.agents/skills/magpie-issue-stale-sweep
\ No newline at end of file
diff --git a/.github/skills/magpie-mentoring-welcome 
b/.github/skills/magpie-mentoring-welcome
new file mode 120000
index 00000000..22681849
--- /dev/null
+++ b/.github/skills/magpie-mentoring-welcome
@@ -0,0 +1 @@
+../../.agents/skills/magpie-mentoring-welcome
\ No newline at end of file

Reply via email to