lotti
Automate Flutter app releases, code reviews, screenshots, and localization
All Skills in This Repository (10)
Pure Emerald Level Indicatorsanalyze-db-logs
Analyze SQLite slow-query logs to detect read waves, N+1 reads, and transaction contention.
review-comments
Fetch, analyze, and reply to GitHub pull request review comments.
release
Assemble changelog fragments into CHANGELOG.md and Flathub metainfo, bump the version, and tag a Lotti release.
beads
Manages private durable task tracking for authorized Lotti maintainers using the bd CLI.
design-review-panel
Rates UI screenshots with parallel design-expert and user-persona agent panels until scores meet a target.
app-screenshots
Captures deterministic in-app Flutter screenshots at phone and desktop viewports via golden tests.
add-flutter-docusaurus-locale
Adds and audits locales across Flutter ARB catalogs and Docusaurus manual translations.
maintain-docusaurus-manual
Maintains localized Docusaurus manuals with parity audits, screenshots, and build validation.
skeptical-review
Reviews branch diffs and pull requests for correctness, maintainability, performance, and security issues.
tutorial-videos
Builds, debugs, localizes, and publishes automated tutorial videos recorded from the real Linux app.
Frequently Asked Questions
FAQPage SchemaHow to install Lotti skills?โผ
Run `npx skills add matthiasn/lotti --all -g -y` in your terminal to install all skills in this suite globally.
What do the Lotti agent skills automate?โผ
They automate Flutter development chores: cutting releases, assembling changelogs, reviewing code, capturing app screenshots, and adding new languages.
Can AI review my pull request automatically?โผ
Yes. The skeptical-review skill reads your branch diff and reports only real issues, while review-comments fetches PR feedback, fixes the code, and posts replies.
How to add a new language to a Flutter app?โผ
The add-flutter-docusaurus-locale skill translates the ARB catalogs, wires the locale into the app and manual, and validates everything with an audit script.
Do these skills work with Claude Code and other agents?โผ
Yes. Every skill follows the standard SKILL.md format and runs in Claude Code, Codex, and other compatible AI coding agents.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core