What problem does it solve?
Manually registering GitHub Apps on the dain-agency organization requires navigating complex UI flows, configuring hidden permission and event settings, securely generating and storing private keys, and safely updating project environment files, a process that is time-consuming and prone to human error for teams setting up webhooks, automation, or org-wide integrations.
Core Features & Use Cases
- Automated Form Configuration: Uses Chrome MCP tools to auto-populate GitHub App registration forms, including hidden permission and event inputs that are not accessible via the standard UI.
- Secure Credential Handling: Generates webhook secrets, creates private keys, base64-encodes keys, and appends required environment variables to the project's .env file via a safe, idempotent one-off script with automatic backups.
- Use Case: When your /ship Phase 6 workflow produces code that depends on new GITHUB_APP environment variables for a new integration, this skill eliminates manual UI navigation and configuration mistakes.
Quick Start
Use the register-github-app skill to complete the full end-to-end GitHub App registration flow for your new integration, including form submission, private key generation, organization installation, and safe appending of all required credentials to your project's environment file.