Thanks for your interest in improving this skill! Whether you're fixing an error, adding new patterns, or suggesting improvements, your contributions help the entire Homey developer community.
- Report issues — found incorrect guidance? Open a bug report
- Request features — want the skill to cover a new topic? Submit a feature request
- Suggest improvements — know a better way to explain something? Propose an improvement
- Submit a PR — fix errors, add patterns, improve examples
- Fork the repository
- Create a branch (
git checkout -b my-improvement) - Make your changes
- Commit with a clear message (
git commit -m "fix: correct driver pairing example") - Push to your fork (
git push origin my-improvement) - Open a Pull Request
Keep PRs focused on a single change. Smaller PRs are easier to review and merge faster.
- Keep instructions concise and actionable
- Test guidance against actual Homey SDK v3 behavior
- Cite official Homey documentation where possible
- Follow existing formatting patterns in SKILL.md
- Use code examples that actually work
- Maintain compatibility with the Agent Skills standard
A maintainer will review your PR for accuracy and style. We may request changes or suggest edits. We aim for quick turnaround on reviews.
This project follows the Contributor Covenant. By participating, you agree to uphold it.