pilot-github-bridgeBridge GitHub webhook events as Pilot Protocol events. Use this skill when: 1. You need to receive GitHub events in Pilot agents 2. You want to trigger agent...
Install via ClawdBot CLI:
clawdbot install teoslayer/pilot-github-bridgeGrade Limited — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Sends data to undocumented external endpoint (potential exfiltration)
webhook → https://your-relay.example.com/githubCalls external URL not in known-safe list
https://pilotprotocol.networkAI Analysis
The skill's external URL references are for user-configured webhook endpoints and the official Pilot Protocol homepage, which are consistent with its stated purpose of bridging GitHub events. There is no evidence of credential harvesting, hidden instructions, or obfuscated malicious behavior. The primary risk is the potential for user misconfiguration leading to data being sent to an unintended external server.
Audited Apr 16, 2026 · audit v1.0
Generated Apr 29, 2026
A development team uses the bridge to automatically trigger builds and deployments when code is pushed to the main branch. This reduces manual intervention and speeds up release cycles by integrating GitHub webhooks with Pilot agents.
When a pull request is opened, the bridge sends an event to a code-reviewer agent which assigns reviewers, runs static analysis, and posts feedback. This streamlines the review process and ensures consistent code quality.
When issues are labeled (e.g., 'bug', 'feature'), the bridge triggers different agents to create branches, add comments, or notify team members. This helps triage and prioritize work efficiently.
The bridge forwards GitHub events (pushes, issues, releases) to a messaging agent that sends notifications to Slack or email. Keeps distributed teams informed without manual polling.
On push events to dependency files (e.g., package.json), the bridge triggers an agent that checks for outdated packages and opens pull requests with updates. This maintains security and reduces technical debt.
Offer a hosted service that connects GitHub to Pilot Protocol, providing automated workflows for CI/CD, notifications, and project management. Charge a monthly subscription based on the number of repositories or events processed.
Provide consulting services to clients who want to build custom workflows using the GitHub bridge. Generate revenue through project-based fees or retainers.
Release the bridge as open-source to gain adoption, then offer premium support, maintenance, and custom feature development. Revenue comes from support contracts.
💬 Integration Tip
Ensure the daemon is running and pilotctl is on PATH; configure the webhook receiver URL before subscribing to events.
Scored Apr 29, 2026
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Essential Git commands and workflows for version control, branching, and collaboration.
Advanced git operations beyond add/commit/push. Use when rebasing, bisecting bugs, using worktrees for parallel development, recovering with reflog, managing subtrees/submodules, resolving merge conflicts, cherry-picking across branches, or working with monorepos.
Format commit messages using the Conventional Commits specification. Use when creating commits, writing commit messages, or when the user mentions commits, git commits, or commit messages. Ensures commits follow the standard format for automated tooling, changelog generation, and semantic versioning.
Query the DeepWiki MCP server for GitHub repository documentation, wiki structure, and AI-powered questions.
Analyzes git commit frequency, categories, and timing to assess autonomous operation health and detect idle or breakthrough periods.