원클릭으로
github-integration
Interact with the user's GitHub repositories (scan, analyze, access).
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Interact with the user's GitHub repositories (scan, analyze, access).
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Generate SEO-optimized blog articles using the Content Factory pipeline
Extract action items from Slack meeting transcripts, summaries, files, PDFs, DOCX documents, or images, create Linear project updates, and create correctly assigned Linear issues
Report on Luma event registrations and export attendee CSV files for recent MLAI events
Answer questions about the MedHack Frontiers event and run the Guess the Diagnosis game where users diagnose a simulated patient
Query curated read-only MLAI backend data resources through the permissioned data access API
Manage MLAI points system - check balance, book coworking, claim tasks, redeem rewards
| name | github-integration |
| description | Interact with the user's GitHub repositories (scan, analyze, access). |
| requires_auth | true |
| parameters | [{"repo_name":"The name of the repository to scan (e.g. owner/project)."},{"domain":"The domain associated with the project (optional)."},{"action":"One of reconnect or scan."}] |
| routing | {"use_when":"The user's GitHub connection/auth is the subject: connecting or reconnecting GitHub, authorising access, fixing broken GitHub integration, linking an account.\n","avoid_when":"Scanning a repo/domain to produce content (content-factory). Questions about code or git itself. \"Connect me with someone\" (connect-users).\n","examples":[{"text":"reconnect github for mlai.au","action":"reconnect"},{"text":"I need to reauthorise github","action":"reconnect"},{"text":"github access is broken for studynash.co, can you fix it?","action":"reconnect"},{"text":"link my github account","action":"reconnect"}],"negative_examples":[{"text":"scan the repo for the domain mlai.au","instead":"content-factory"},{"text":"connect me with someone who writes blog content","instead":"connect-users"}]} |
| actions | [{"name":"reconnect","description":"(Re)connect or re-authorise the user's GitHub integration.","params":{"domain":{"type":"string","description":"Related domain if mentioned."},"repo_name":{"type":"string","description":"owner/repo if mentioned."}}},{"name":"scan","description":"Scan a connected repository via the GitHub integration.","params":{"domain":{"type":"string"},"repo_name":{"type":"string"}}}] |
This skill allows Roo to perform actions on the user's GitHub repositories, such as scanning them to understand project structure for content generation.
reconnect to github, authenticate with github, or similar, start the existing GitHub auth flow for the active domain immediately.scan or analyze a repo, use the scan action only after GitHub auth is healthy for that domain.mlai.au).reconnect for manual auth repair, scan for repository analysis.