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 68186c7  chore(setup): shorten skill description (#464)
68186c7 is described below

commit 68186c7dd30b521c5596f5d40db678f0cde0a35b
Author: Bartosz Sławecki <[email protected]>
AuthorDate: Sun Jun 7 09:36:25 2026 +0200

    chore(setup): shorten skill description (#464)
    
    Keep the setup skill description below metadata size limits while
    preserving the existing sub-action wording.
    
    Generated-by: GPT-5.5 via Pi
---
 skills/setup/SKILL.md | 24 +++++++-----------------
 1 file changed, 7 insertions(+), 17 deletions(-)

diff --git a/skills/setup/SKILL.md b/skills/setup/SKILL.md
index 15ccb89..cfa5a43 100644
--- a/skills/setup/SKILL.md
+++ b/skills/setup/SKILL.md
@@ -3,25 +3,15 @@ name: magpie-setup
 description: |
   Adopt and maintain the apache-steward framework in a project
   repo via the snapshot-based adoption mechanism. The only
-  framework skill committed in an adopter's repo — every other
+  framework skill committed in an adopter's repo; every other
   skill is a symlink the adopt sub-action wires up.
   Sub-actions:
-    `/magpie-setup`         — first-time adoption (default;
-                                main-checkout only)
-    `/magpie-setup upgrade` — refresh the gitignored snapshot
-                                per the committed lock
-                                (main-checkout only)
-    `/magpie-setup worktree-init` — symlink a worktree's
-                                snapshot to the main's
-    `/magpie-setup verify`  — health check + drift detection
-    `/magpie-setup override <skill>` — open or scaffold an
-                                agentic override in
-                                `.apache-magpie-overrides/`
-    `/magpie-setup unadopt` — reverse the adoption (snapshot,
-                               locks, symlinks, hook, doc
-                               sections); preserves
-                               `.apache-magpie-overrides/` by
-                               default (main-checkout only)
+    `/magpie-setup` - first-time adoption (default; main-checkout only)
+    `/magpie-setup upgrade` - refresh the gitignored snapshot per the 
committed lock (main-checkout only)
+    `/magpie-setup worktree-init` - symlink a worktree's snapshot to the main's
+    `/magpie-setup verify` - health check + drift detection
+    `/magpie-setup override <skill>` - open or scaffold an agentic override in 
`.apache-magpie-overrides/`
+    `/magpie-setup unadopt` - reverse the adoption (snapshot, locks, symlinks, 
hook, doc sections); preserves `.apache-magpie-overrides/` by default 
(main-checkout only)
 when_to_use: |
   Invoke when the user says "adopt apache-steward", "adopt
   apache/airflow-steward", "set up steward in this repo",

Reply via email to