actual-chat
Automated QA, code review, releases, and dev server control
All Skills in This Repository (6)
Pure Emerald Level Indicatorsqa
Execute structured web application QA tests and generate health reports.
qa-only
Identifies QA vulnerabilities and generates structured reports with health metrics for web applications.
review
Analyze pull request diffs against the base branch for SQL and LLM safety issues.
plan-ceo-review
Coordinate CEO-review planning with mode selection and risk mapping.
retro
Generate engineering retrospectives from Git commit history with metrics and narrative.
plan-eng-review
Coordinate and document engineering plan reviews before code changes.
Frequently Asked Questions
FAQPage SchemaHow to install actual-chat skills?▼
Run `npx skills add Actual-Chat/actual-chat --all -g -y` in your terminal to install all skills in this suite globally.
How to automate QA testing for a web app?▼
Use the qa skill: it drives a real browser, clicks through every page, documents bugs with screenshots, and can fix them with one commit per fix.
Can it review pull requests automatically?▼
Yes. The review skill scans your branch diff for SQL safety, race conditions, and structural issues, then walks you through each critical finding.
Does it work with Claude Code and Codex?▼
Yes. All skills follow the standard SKILL.md format and run in Claude Code, Codex, and other compatible coding agents.
Can it cut and publish app releases?▼
Yes. The prepare-release and promote-release skills bump versions, write end-user release notes, and publish builds to Google Play, the App Store, and the Microsoft Store.
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