Skip to content

v1.2.0

Choose a tag to compare

@Viniciuscarvalho Viniciuscarvalho released this 21 Apr 17:42
· 15 commits to main since this release

What's new in 1.2.0

Bundled companion skills

Five Swift/SwiftUI knowledge bases now ship in-tree under skills/, so a single install gives you a complete, self-contained reviewer:

Skill Primary author
swiftui-expert-skill @Dimillian
swift-concurrency @AvdLee
swift-testing @AvdLee
swift-expert @bocato
swiftui-ui-patterns @Dimillian

Each bundled skill retains its original SKILL.md + references/ structure and gains a NOTICE.md with attribution. Closes #1.

init command

Scaffold a review agent and /review slash command directly into any project:

npx swift-code-reviewer-skill init

This writes .claude/agents/swift-code-reviewer.md and .claude/commands/review.md using the bundled templates.

skill-review GitHub Action

Any PR that touches SKILL.md now gets an automated quality review posted as a comment. Contributed by @yogesh-tessl in #2.

SKILL.md condensed 71%

The main skill file was cut from ~500 lines to ~140 lines. All detail lives in references/*.md; SKILL.md now holds finding examples and phase checkpoints.


Full changelog: CHANGELOG.md