hivemq-edge
Frontend testing, code review, and documentation workflows
All Skills in This Repository (9)
Pure Emerald Level Indicatorscreate-blogpost
Generate four-section blog posts and release notes for non-technical readers.
capture-screenshots
Automates Cypress UI-state screenshot capture for PRs, docs, blogs with defined naming and storage locations.
docs-security-scan
Scan documentation directories for secrets and credentials in pre-commit hooks and CI pipelines.
pre-review
Analyze git diffs to detect critical issues and test coverage gaps.
trace-error-messages
Trace error origins across OpenAPI contracts, React Query hooks, MSW mocks, and UI components.
technical-doc-review
Identify style and structural issues in HiveMQ Edge Markdown documentation.
sonarqube
Fetch SonarQube quality metrics for pull requests and generate Markdown reports.
create-pr
Generate user-focused PR descriptions with Linear ticket references and screenshot prompts.
debug-cypress
Diagnose Cypress test failures by locating failing selectors and assertions.
Frequently Asked Questions
FAQPage SchemaHow to install HiveMQ Edge skills?โผ
Run `npx skills add hivemq/hivemq-edge --all -g -y` in your terminal to install all skills in this collection globally.
How to debug a failing Cypress test?โผ
The debug-cypress skill walks through a step-by-step investigation: read the exact error, find the element in source code, resolve translations, and fix the page object instead of guessing.
Can it check code quality before a pull request?โผ
Yes. The pre-review skill scans your branch for type safety issues, missing tests, and pattern violations, while the sonarqube skill reports coverage, bugs, and quality gate status.
Does it help write release notes and blog posts?โผ
Yes. The create-blogpost and create-pr skills produce user-focused feature announcements and pull request descriptions with screenshots, written in plain language for non-developers.
Can it prevent secrets from leaking into docs?โผ
Yes. The docs-security-scan skill detects API keys, tokens, passwords, and private IPs in documentation before they are committed.
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