choo121600 opened a new pull request, #117:
URL: https://github.com/apache/airflow-steward/pull/117
## Summary
- Add `argument-hint` frontmatter to 14 skills across `pr-management-*`,
`security-*`, and `setup-*` so Claude Code can show per-skill argument hints in
slash-command autocomplete.
- Align each hint with the invocation patterns already documented in the
skill body (for example: `pr-management-triage` → `[pr:N] [label:LBL]
[author:LOGIN] [review-for-me] [stale] [repo:owner/name]`).
- Extend `skill-validator` with `test_argument_hint_accepted` to verify that:
- `argument-hint` is an allowed frontmatter key
- it is excluded from the `description + when_to_use` metadata budget
calculation
## Why
`argument-hint` is a Claude Code autocomplete-only metadata field.
Without an explicit validator test, future validator tightening could
accidentally reject the key or count it toward the metadata budget. This test
locks in the current behavior.
## After
<img width="1019" height="154" alt="image"
src="https://github.com/user-attachments/assets/00e1d1f7-1493-47ea-82a5-adcdfe83cb34"
/>
<img width="1024" height="150" alt="Screenshot 2026-05-11 at 4 01 23 PM"
src="https://github.com/user-attachments/assets/4a7d640d-7132-4a18-8ec3-b14ecf583040"
/>
--
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]