hivemqhivemqOfficialยท9 Agent Skills Included

hivemq-edge

Frontend testing, code review, and documentation workflows

Debugs failing Cypress tests, traces error messages to their source, and captures UI screenshots for pull requests. Reviews code changes against project patterns, checks SonarQube quality gates, and scans documentation for leaked secrets. Writes user-focused pull request descriptions, release notes, and blog posts while enforcing consistent documentation style.
npx skills add hivemq/hivemq-edge --all -g -y
Available:

Instructs the agent to read mandatory project rules first, then routes requests to the correct sub-skills and sub-agents for testing, UI work, and documentation tasks.

All Skills in This Repository (9)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’