hyperopen
Structured feature, bug, and UI workflows with test gates
All Skills in This Repository (10)
Pure Emerald Level Indicatorsacceptance-tests
Designescribes acceptance and integration test proposals from frozen specs or ExecPlans for downstream teams.
browser-mcp-explore
Attach to live browser sessions and inspect pages for debugging.
edge-case-tests
Propose adversarial, invariant, and boundary-case tests for ticket acceptance coverage.
bug-flow
Diagnose unclear bugs and regressions with a structured findings-first workflow.
feature-flow
Coordinates Hyperopen feature changes via ExecPlan generation, test scaffolding, and reviewer handoffs.
playwright-e2e
Automate deterministic Playwright end-to-end browser tests across local and CI environments.
browser-qa
Execute browser QA workflows on UI tickets and report PASS/FAIL/BLOCKED outcomes.
static-review
Identify and prioritize defects in multi-agent tickets via read-only analysis.
spec-writer
Clarify scope, non-goals, acceptance criteria, and validation commands for multi-agent tickets.
ui-flow
Coordinate UI changes across views and styles with browser QA evidence.
Frequently Asked Questions
FAQPage SchemaHow to install Hyperopen skills?โผ
Run `npx skills add thegeronimo/hyperopen --all -g -y` in your terminal to install all workflow skills globally.
What do the Hyperopen workflow skills do?โผ
They guide your coding agent through structured feature, bug, and UI workflows with defined roles for planning, testing, implementation, and review.
How do I trigger a feature or bug workflow?โผ
Invoke `$feature-flow` for complex features or refactors and `$bug-flow` for unclear bugs that need structured diagnosis and a regression test.
Do these skills enforce testing before shipping?โผ
Yes. They require proposed acceptance and edge-case tests, a failing-test phase before implementation, and repository validation gates before signoff.
Which coding agents work with these skills?โผ
They follow the universal SKILL.md standard and work with Claude Code, Codex, Cursor, and other compatible 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