一键导入
github-apps
Create and configure role-scoped GitHub Apps for VibeTeam, map credentials to agents placeholders, and validate installation permissions/identity.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create and configure role-scoped GitHub Apps for VibeTeam, map credentials to agents placeholders, and validate installation permissions/identity.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Run VibeTeam GitHub/Slack handoff validation with unit tests, Slack evals, GitHub webhook evals, and permission checks. Use when validating multi-agent GitHub communication (issues, discussions, PR comments) or when asked to prove changes via tests/evals and record status.
Create and configure VibeTeam Slack apps (one ingress app plus role-scoped responder apps), wire role tokens/secrets, and validate routing/identity behavior.
Final completion gate for VibeTeam tasks. Use at the end of implementation to verify diff quality, real testing, GitHub/Slack multi-agent communication evidence, and PR health before declaring done.
Search shared knowledgebase content using docs_tools (BM25 + fallback keyword scoring) before answering from memory.
Shared workflow for knowledgebase retrieval using docs_tools and injected OpenClaw context.
Ingest user-provided files into the shared agents knowledgebase and verify retrieval.
基于 SOC 职业分类
| name | github-apps |
| description | Create and configure role-scoped GitHub Apps for VibeTeam, map credentials to agents placeholders, and validate installation permissions/identity. |
Use this skill when you need to create, rotate, or validate GitHub Apps used by VibeTeam agents.
VibeTechnologies)agents/agents.yamlgh auth for secret uploadsdocs/github.md.docs/requirements.md GitHub env naming.agents/agents.yaml credential placeholders (credentials.github_app.*).software_engineer, support_engineer, release_engineer, product_manager, marketing_managerhttps://github.com/VibeTechnologies/VibeTeamContents: Read and writeIssues: Read and writePull requests: Read and writeDiscussions: Read and writeMetadata: ReadVibeTechnologies.VibeTeam, VibeWebAgent, vibeteam-eval-hello-world at minimum).GITHUB_APP_ID_<ROLE>GITHUB_APP_INSTALLATION_ID_<ROLE>GITHUB_APP_PRIVATE_KEY_<ROLE>GITHUB_WEBHOOK_SECRET_<ROLE>GITHUB_APP_BOT_USERNAME_<ROLE> (when used)config/secrets/github_app_role_secrets.template.json.gh secret set GITHUB_APP_ROLE_SECRETS_JSON < /tmp/github_app_role_secrets.jsonuv run python scripts/check_github_app_permissions.py --repo VibeTechnologies/vibeteam-eval-hello-world --require-discussions --require-assignable-assigneegh api repos/VibeTechnologies/vibeteam-eval-hello-world/assignees --jq '.[].login'uv run python scripts/eval_slack_e2e.py --scenario software_engineer_pr_attribution --channel C0ALG01DLJV --timeout 600