Opus finding
Trusted-author set inconsistent with documented precedence (aeonframework vs aaronjmars)
lowdocs-gapmedium
- skills/pr-triage/SKILL.md:15-22
Two hardcoded trusted logins are baked into the skill prose. If the fleet operator's login is neither (a fork user), every PR — including the operator's own — gets triaged as external. The doc reads 'the agent's own login' but then lists two specific humans. For a forkable fleet skill this should be parameterized (e.g., read from MEMORY.md or aeon.yml), otherwise downstream forks inherit triage of their own PRs as 'external'.
Recommendation
Resolve the agent's own login dynamically (`gh api user --jq .login`) or from `memory/MEMORY.md`/`aeon.yml`, rather than hardcoding `aeonframework` / `aaronjmars`.