continue-framework
Strict test-driven development with automated quality gates
All Skills in This Repository (34)
Pure Emerald Level Indicatorsdemo
Visualize Selenium test execution in slow-motion for debugging.
screenshot
Capture PNG screenshots of HTML mockups using Puppeteer.
test-adapter
Execute unit tests on specified adapter modules in a backend system.
test-frontend
Execute frontend test commands and report results for JavaScript frameworks.
agent-review
Review recent code commits and report concerns or blocks.
prompt-update
Classify and place new content into project documentation layers using Python.
plain
Rephrase Claude's last explanation into plain English.
handoff
Automates capture of in-session journey summaries in YAML and Markdown formats.
prompt-refactor
Detect and resolve structural and layer placement issues in documentation files.
test-review
Replace loose test assertions with strict validation patterns in codebases.
run-frontend
Execute a script to start the frontend development server using .env port settings.
premortem
Review commits to identify potential incidents from unguarded gaps.
Frequently Asked Questions
FAQPage SchemaHow to install continue-framework?โผ
Run `npx skills add rakovi4/continue-framework --all -g -y` in your terminal to install all skills globally.
What does the /continue command do?โผ
It reads the progress file, finds the next unchecked step, dispatches the right sub-agent to write a failing test, implement, refactor, and commit, then stops and reports.
Which tech stacks does it support?โผ
It is tech-agnostic with pluggable profiles for backends like Java Spring, Go, Node, Python, PHP, C++, and .NET, plus React, Vue, or Angular frontends.
Does it work with tools other than Claude Code?โผ
It is built for Claude Code's subagents, slash commands, and hooks; the AGENTS.md file lets Codex share the same rules, but other tools need adaptation.
How does it keep code quality high?โผ
Every work unit runs a 26-item test assertion audit, coverage gap analysis, and a 55-item refactoring scan before the commit is allowed.
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