with one click
github
Work with GitHub repositories and pull requests using gh CLI.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Work with GitHub repositories and pull requests using gh CLI.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Label video behavior segments from frame-grid images with a defined behavior list, model-ready JSON, resumable outputs, and no_behavior handling for sparse labels.
Use Annolid GUI tools for robust automation across web, PDF, video, and chat controls.
Infer the assay or paradigm from video context, task text, tracked entities, and experimental cues such as social interaction, open field, courtship, resident-intruder, and novel object recognition.
Choose assay-specific features and measurable objectives for behavior analysis, including distances, zones, speed, contact, orientation, and object interaction.
Segment behavior timelines from tracks, pose, contact, speed, and proximity signals into typed intervals with stable labels and rationales.
Keep behavior analysis aligned with assay objectives, controls, reproducibility, and measurable outputs instead of ad hoc summaries.
| name | github |
| description | Work with GitHub repositories and pull requests using gh CLI. |
| metadata | {"annolid":{"requires":{"bins":["gh"]}}} |
Use this skill when tasks involve GitHub issues, PRs, checks, releases, or comments. Prefer dedicated VCS tools over generic shell execution.
Workflow:
git_status(short=true)gh_cli(args=["auth","status"])github_pr_status()github_pr_checks()gh_cli(args=["pr","view"])git_diff(cached=true) for staged changesgit_log(max_count=20, oneline=true) for recent commitsallow_mutation=true:
gh_cli(args=["pr","comment","123","--body","..."], allow_mutation=true)Guardrails:
gh is missing or unauthenticated, report the exact tool error and next action.