Use this skill when reviewing or merging any community PR in unifi-mcp — even if the user just says "take a look at this PR" or "can we merge this." Covers the complete quality gate checklist (f-string logger ban, validator registry registration, doc site update ordering), the fork-edit model for trusted contributors, and PR body standards. Apply this skill before approving any externally-authored PR, before running the merge command, and when auditing recently merged PRs for compliance.
Merge the current PR, wait for merge queue/checks to complete, then switch to main and pull
CI/CD integration patterns for gh-infra: auto-apply on merge, scheduled drift detection, and authentication setup for GitHub Actions workflows. --- # CI/CD Integration gh-infra is designed to run in CI. The two main patterns are **auto-apply on merge** and **scheduled drift detection**. ## Auto-Apply on Merge Automatically apply infrastructure changes when YAML files are merged to `main`: ```yaml # .github/workflows/infra-apply.yaml
- 📁 references/
- 📁 scripts/
- 📄 SKILL.md
Используй этот скилл для любых операций с приложениями на платформе 1С:Предприятие.Элемент (1cmycloud.com): создать приложение, задеплоить ветку из внешнего git-репозитория (GitHub, GitLab и др.), обновить, проверить статус, запустить, остановить, удалить, принять изменения (merge). Вызывай скилл всякий раз, когда пользователь упоминает деплой, запуск, остановку или управление приложением на Элементе — даже если он не говорит явно "задеплой", а просто спрашивает "как дела с приложением" или "смёрджи ветку".
Evolve the Spellbook library. Scan external sources for new skills worth indexing, review observations for improvement opportunities, brainstorm new primitives, investigate existing skills for consolidation or deletion, research power user patterns and best practices.
Author Unity EditMode, PlayMode, or regression tests for the current change without conflating that with test execution.