Skip to main content
home-assistant
ملف منشئ GitHub

home-assistant

عرض على مستوى المستودعات لـ ٤٥ skills مجمعة عبر ٥ مستودعات GitHub.

skills مجمعة
٤٥
مستودعات
٥
محدث
٢٩ أغسطس ٢٠٢٦
مستكشف المستودعات

المستودعات و skills الممثلة

ha-ios-ui
غير مصنف

SwiftUI and UIKit UI conventions for Home Assistant iOS. Use when building views, choosing SwiftUI vs UIKit, bridging with embeddedInHostingController(), building reusable components in the HADesignSystem package, or following the one-struct-per-file,…

٢٧ أغسطس ٢٠٢٦
ha-ios-architecture
غير مصنف

Home Assistant iOS project layout, build setup, and the "World" dependency-injection pattern. Use when starting work in the repo, deciding where code lives across targets (App, Shared, Watch, CarPlay, Extensions), accessing dependencies through the global…

١٩ أغسطس ٢٠٢٦
ha-ios-workflow-ci
غير مصنف

The end-to-end change workflow, TestFlight feature gating, and CI gates. Use when preparing a change for commit, understanding the order of lint/autocorrect/test steps, gating a feature behind TestFlight with `Current.isTestFlight`, or knowing what GitHub…

١٩ أغسطس ٢٠٢٦
ha-ios-code-style
مطوّرو البرمجيات

Swift code style, linting, logging, assets, and idioms for Home Assistant iOS. Use when writing or formatting Swift, running SwiftFormat/SwiftLint, referencing SF Symbols or Material Design icons, logging, or using the with() helper.

٩ يوليو ٢٠٢٦
ha-ios-concurrency
مطوّرو البرمجيات

Asynchronous code and server networking conventions. Use when writing async/await, Tasks, actors, or Combine, deciding whether to touch PromiseKit, annotating view models with @MainActor, or calling the Home Assistant server via HAKit.

٩ يوليو ٢٠٢٦
ha-ios-localization
مطوّرو البرمجيات

Localization via SwiftGen-generated L10n accessors and the en.lproj .strings files. Use when adding or changing user-facing strings, working with the L10n/CoreStrings/FrontendStrings tables, or dealing with Lokalise-managed translations.

٩ يوليو ٢٠٢٦
ha-ios-magicitem
مطوّرو البرمجيات

The cross-platform MagicItem action model shared by Widgets, Watch, CarPlay, and App Shortcuts. Use when adding or changing item types or action overrides, or touching anything that persists MagicItem via Codable.

٩ يوليو ٢٠٢٦
ha-ios-persistence
مطوّرو البرمجيات

Data persistence across GRDB, Realm, and UserDefaults. Use when adding or migrating a persistent model, choosing a storage layer, implementing DatabaseTableProtocol, or reading/writing config for Watch, CarPlay, widgets, or the entity registry.

٩ يوليو ٢٠٢٦
عرض 8 من أصل ١٢ skills مجمعة.
ha-frontend-review
غير مصنف

Home Assistant frontend PR and review guidance. Use when reviewing frontend changes, preparing a PR, checking recurring review issues, or applying the PR template.

٢٥ أغسطس ٢٠٢٦
ha-frontend-testing
غير مصنف

Home Assistant frontend testing and validation workflow. Use when adding or updating tests, running lint, TypeScript checks, Vitest, Playwright e2e suites, dev servers, or chart-data benchmarks.

٢٥ أغسطس ٢٠٢٦
ha-frontend-lit
مطوّرو البرمجيات

Home Assistant frontend Lit conventions. Use when working with reactive properties, internal state, DOM queries, lifecycle methods, or render-derived state.

٣ أغسطس ٢٠٢٦
ha-frontend-types
مطوّرو البرمجيات

Home Assistant frontend TypeScript conventions. Use when defining or reviewing backend data contracts, optional schemas, shared types, assertions, or Lit lifecycle types.

٣ أغسطس ٢٠٢٦
ha-frontend-components
مطوّرو البرمجيات

Home Assistant frontend component patterns. Use when implementing or reviewing dialogs, ha-form, ha-alert, keyboard shortcuts, tooltips, panels, Lovelace cards, or ha-button usage.

٣ أغسطس ٢٠٢٦
ha-frontend-events
مطوّرو البرمجيات

Home Assistant frontend event patterns. Use when typing event handlers, using HASSDomEvent types, dispatching with fireEvent, or declaring HASSDomEvents and event maps.

٣ أغسطس ٢٠٢٦
ha-frontend-demo
مطوّرو البرمجيات

Home Assistant standalone demo structure, configurations, URL navigation, mocked APIs, shared demo stubs used by gallery, and verification. Use when changing files under demo/, changing gallery consumers of demo/src/stubs/, or running and validating the demo.

٢٨ يوليو ٢٠٢٦
ha-frontend-contexts
مطوّرو الويب

Home Assistant frontend Lit context and hass migration guidance. Use when adding or changing component state access, replacing hass reads, consuming entity or registry contexts, or reviewing rerender behavior.

٢٣ يوليو ٢٠٢٦
عرض 8 من أصل ١١ skills مجمعة.
ha-android-committing
غير مصنف

Home Assistant Android change finalization. Use when finishing a change, preparing to commit, updating the changelog, naming a branch, or opening a pull request.

٢٦ أغسطس ٢٠٢٦
ha-android-testing
محللو ضمان جودة البرمجيات والمختبرون

Home Assistant Android testing guidance. Use when writing or reviewing unit tests, Robolectric tests, Flow tests with Turbine, screenshot tests, fakes from testing-unit, or module-wide test rules.

٢٢ يوليو ٢٠٢٦
ha-android-architecture
مطوّرو البرمجيات

Home Assistant Android module and layer architecture. Use when adding features, choosing where code lives, writing repositories or use cases, setting up Hilt injection, storing data securely, or calling Home Assistant APIs.

١٣ يوليو ٢٠٢٦
ha-android-concurrency
مطوّرو البرمجيات

Home Assistant Android coroutine and threading guidance. Use when launching coroutines, choosing dispatchers, sharing mutable state across threads, exposing Flows, or reviewing for blocking calls and race conditions.

١٣ يوليو ٢٠٢٦
ha-android-kotlin-style
مطوّرو البرمجيات

Home Assistant Android Kotlin style. Use when declaring constants, modeling data or logic types, working with time or dates, choosing visibility, naming, or writing KDoc and comments.

١٣ يوليو ٢٠٢٦
ha-android-logging-errors
مطوّرو البرمجيات

Home Assistant Android logging and error handling. Use when writing catch blocks, logging with Timber, handling exceptions or fallbacks, using FailFast, or reviewing for silent failures and leaked user data.

١٣ يوليو ٢٠٢٦
ha-android-review
محللو ضمان جودة البرمجيات والمختبرون

Home Assistant Android code review guidance. Use when reviewing changes or a diff for correctness, style, and convention adherence, or checking security requirements.

١٣ يوليو ٢٠٢٦
ha-android-skill-maintenance
مطوّرو البرمجيات

Home Assistant Android agent instructions upkeep. Use when feedback contradicts or is missing from AGENTS.md or a skill, when a recurring review comment has no skill rule, when a skill statement turned stale, or when adding or renaming a skill.

١٣ يوليو ٢٠٢٦
عرض 8 من أصل ٩ skills مجمعة.
ha-merge-queue
محللو ضمان جودة البرمجيات والمختبرون

Finds open Home Assistant pull requests that are genuinely ready to merge, checking CI, the merge-gate statuses, code-owner approval, merge conflicts, requested changes and unresolved review threads. Use when looking for PRs to merge, doing merge-queue…

٢٩ أغسطس ٢٠٢٦
bump-dependency
مطوّرو البرمجيات

Bumps a Python package dependency across Home Assistant Core integrations, regenerates core requirement files, runs verification tests and prek lint, and prepares a pull request with proper release/compare links.

٤ أغسطس ٢٠٢٦
ha-quality-scale-verify
مطوّرو البرمجيات

Verifies that a Home Assistant integration follows a specific quality scale rule, checking whether it implements the required patterns, configurations, or code structures defined by the quality scale system. Use when asked to check a rule (e.g. "check if the…

٢٣ يوليو ٢٠٢٦
ha-review
محللو ضمان جودة البرمجيات والمختبرون

Reviews Home Assistant code changes and provides constructive feedback. Should be used when a review is requested to provide a consistent review behavior and output format. This skill can be used for code reviews in general, not just for GitHub pull requests.

٢٣ يوليو ٢٠٢٦
ha-pr-reviewer
محللو ضمان جودة البرمجيات والمختبرون

Reviews Home Assistant GitHub pull requests and provides feedback comments. This is the top skill to use for reviewing Pull Requests from GitHub.

١٧ يوليو ٢٠٢٦
ha-pr-comment-audit
محللو ضمان جودة البرمجيات والمختبرون

Audits the review comment threads on a Home Assistant GitHub pull request, flagging unaddressed comments and requests for clarification. Use when checking whether PR feedback has been handled, either standalone or as part of a full PR review.

٧ يوليو ٢٠٢٦
ha-integration-knowledge
مطوّرو البرمجيات

Everything you need to know to build, test and review Home Assistant Integrations. If you're looking at an integration, you must use this as your primary reference.

٢٨ مايو ٢٠٢٦
عرض ٥ من أصل ٥ مستودعات
تم تحميل كل المستودعات