Linus-Dashboard
Automated releases, code review, and debugging for Home Assistant
All Skills in This Repository (7)
Pure Emerald Level Indicatorsrelease-check
Automates pre-release validations for versioning, changelog, tests, and documentation on main or release branches.
release-beta
Automate beta prerelease creation with AI-assisted version detection and release-note generation.
release-rollback
Delete Git tags and GitHub releases while reverting version-file changes.
release-stable
Automates stable release workflows by detecting beta finalization or direct stable releases.
review
Review code changes for quality, security, and maintainability before commits.
implement
Implement approved feature plans into TypeScript and Python code for Linus Dashboard.
debug
Debug Home Assistant integrations using a structured workflow for stack traces and config flows.
Frequently Asked Questions
FAQPage SchemaHow to install Linus-Dashboard skills?โผ
Run `npx skills add Thank-you-Linus/Linus-Dashboard --all -g -y` in your terminal to install all skills in this suite globally.
How to automate Home Assistant releases?โผ
Use the release-beta and release-stable skills to analyze commits, bump versions, generate bilingual release notes, and publish via GitHub Actions automatically.
How to check if my code is release-ready?โผ
The release-check skill runs 17 validation checks plus smoke tests covering linting, types, builds, version consistency, and sensitive data before you publish.
Can AI debug Home Assistant integration errors?โผ
Yes. The debug skill walks through stack traces, async issues, and integration loading failures with a systematic root-cause process.
Do these skills work with Claude Code?โผ
Yes. All skills follow the standard SKILL.md format and run directly in Claude Code and other compatible coding assistants.
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