en un clic
github
Work with GitHub repositories and pull requests using gh CLI.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Work with GitHub repositories and pull requests using gh CLI.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
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.