v0.6.0
What's New
Code Review Skill Suite
Three new embedded skills for AI-powered code review:
- code-review — Script-backed skill with
code_review_diffandcode_review_filetools. Supports GitHub PR URLs and local git diffs, Anthropic/OpenAI LLM routing, large diff detection, untracked file inclusion,~path expansion, and org standards via.forge-review/directory. - code-review-standards — Standards discovery and initialization with templates for
config.yaml, ignore patterns, and language-specific rules (Go, Python, TypeScript, security, testing). - code-review-github — PR workflow orchestration: list PRs, post inline review comments, apply labels, and guarded auto-merge.
Bug Fix
- Fixed
OneOfenv vars not being passed to skill script executor, causing skills withone_ofrequirements (e.g.,ANTHROPIC_API_KEY/OPENAI_API_KEY) to silently fail at runtime.
Full Changelog: v0.5.0...v0.6.0