Commit graph

3 commits

Author SHA1 Message Date
a935e77f83 feat(skills): add rust-recent-features reference skill
Documents Rust language, stdlib, and Cargo features stabilized after the
~2025 training cutoff (1.85–1.95, 2024 edition) so agents generate
current syntax instead of relying on a stale mental model.
2026-05-21 23:34:28 +02:00
Harald Hoyer
f07af7f5da feat(skills): add adversarial-review
A skeptical PR review skill that defaults to REJECT. Encodes the
staff-engineer adversarial stance: lead with problems, assume bugs
exist, require severity+location+fix+test per finding, mandate an
execution trace, and end with an explicit verdict.

Includes base-branch detection (gh pr view → upstream → heuristic →
ask) so the review never silently diffs against the wrong base.
2026-05-19 15:03:28 +02:00
4d32148059 chore: use ~/.agent/skills 2026-05-15 21:26:56 +02:00