This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch feat/write-skill
in repository https://gitbox.apache.org/repos/asf/airflow-steward.git
discard 7408020 feat(skills): adopt write-skill from
JuliusBrussee/awesome-claude-skills
omit 3b64231 fix(security): address 2026-05 prompt-injection audit (issues
1-9)
add 2b0929d fix: correct spelling in contributor list (#83)
add c617115 feat(setup-steward): structured Q&A + auto-detect for adopt
prompts (#82)
add c30679c fix(skills): add `license: Apache-2.0` frontmatter to 13
skills (#66)
add c4b1da1 docs(MISSION): add André Ahlert Junior to day-one
collaborators (#85)
add 554713b fix(security): address 2026-05 prompt-injection audit (issues
1-9) (#81)
add 95ad894 docs: Mode B (mentoring) spec — tone guide + adopter
contract, no skill code yet (#63)
add 0107ad2 feat: Mode B prototype skill — `pr-management-mentor`
(experimental) (#64)
add 344fe5e feat(skills): adopt write-skill from
JuliusBrussee/awesome-claude-skills
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (7408020)
\
N -- N -- N refs/heads/feat/write-skill (344fe5e)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.asf.yaml | 4 +-
.claude/skills/pr-management-mentor/SKILL.md | 206 +++++++++++++++++++
.../pr-management-mentor/comment-templates.md | 116 +++++++++++
.claude/skills/pr-management-mentor/hand-off.md | 76 +++++++
.claude/skills/pr-management-mentor/tone-checks.md | 71 +++++++
.claude/skills/pr-management-stats/SKILL.md | 1 +
.claude/skills/security-cve-allocate/SKILL.md | 1 +
.claude/skills/security-issue-deduplicate/SKILL.md | 1 +
.claude/skills/security-issue-fix/SKILL.md | 1 +
.../skills/security-issue-import-from-md/SKILL.md | 1 +
.../skills/security-issue-import-from-pr/SKILL.md | 1 +
.claude/skills/security-issue-import/SKILL.md | 21 +-
.claude/skills/security-issue-invalidate/SKILL.md | 1 +
.claude/skills/security-issue-sync/SKILL.md | 1 +
.../skills/setup-isolated-setup-install/SKILL.md | 1 +
.../skills/setup-isolated-setup-update/SKILL.md | 1 +
.../skills/setup-isolated-setup-verify/SKILL.md | 1 +
.claude/skills/setup-shared-config-sync/SKILL.md | 1 +
.claude/skills/setup-steward/adopt.md | 95 ++++++++-
.claude/skills/write-skill/SKILL.md | 8 +-
.claude/skills/write-skill/security-checklist.md | 6 +-
MISSION.md | 3 +-
docs/mentoring/README.md | 58 ++++++
docs/mentoring/spec.md | 218 +++++++++++++++++++++
docs/modes.md | 18 +-
projects/_template/mentoring-config.md | 66 +++++++
26 files changed, 947 insertions(+), 31 deletions(-)
create mode 100644 .claude/skills/pr-management-mentor/SKILL.md
create mode 100644 .claude/skills/pr-management-mentor/comment-templates.md
create mode 100644 .claude/skills/pr-management-mentor/hand-off.md
create mode 100644 .claude/skills/pr-management-mentor/tone-checks.md
create mode 100644 docs/mentoring/README.md
create mode 100644 docs/mentoring/spec.md
create mode 100644 projects/_template/mentoring-config.md