The GitHub Actions job "Tests" on airflow.git/main has succeeded.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
f9ae53c90a9d887bef3da3b071eaf3dd6a8276da / Jed Cunningham 
<[email protected]>
Trim PR-skill frontmatter to cut per-turn token cost (#66444)

The `description` and `when_to_use` fields in each SKILL.md are loaded
into the system prompt every turn so Claude can route to the right
skill; the body only loads when the skill is invoked. Frontmatter is
the lever for steady-state context cost.

Trims maintainer-review, pr-triage, and pr-stats to keep only what's
useful for routing: what the skill does, how it picks its targets
where that matters (maintainer-review's "my reviews" working list,
pr-triage's `ready for maintainer review` label), and the trigger
phrases that hint when to invoke it. Drops file-path cross-refs,
mutation names, "successor to breeze X" history, and verbose action
enumerations — all still present in the SKILL.md bodies, which are
unchanged.

Saves roughly 500 tokens off the available-skills listing loaded each
turn:

  maintainer-review: ~420 → ~170 tokens
  pr-triage:         ~300 → ~125 tokens
  pr-stats:          ~170 → ~105 tokens

Report URL: https://github.com/apache/airflow/actions/runs/25404048644

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to