CtrlK
BlogDocsLog inGet started
Tessl Logo

odyssey4me/github

Create and manage GitHub issues, pull requests, workflows, and repositories using the gh CLI. Use when asked to open a PR, merge a pull request, check repo actions, list issues, create a branch, or manage GitHub projects.

94

Quality

94%

Does it follow best practices?

Impact

Pending

No eval scenarios have been run

Overview
Skills
Evals
Files

permissions.mdreferences/

Command Permissions

This reference classifies commands by access level to help agents enforce appropriate permission controls.

  • read: Safe to execute without user confirmation. These commands only retrieve or display information.
  • write: Requires user confirmation before execution. These commands create, modify, or delete data.

Note: This skill's script only provides read operations. Write operations (creating issues, PRs, merging) use the gh CLI directly and are not covered here.

CommandAccessDescription
checkreadVerify setup and connectivity
issues listreadList repository issues
issues viewreadView issue details
prs listreadList pull requests
prs viewreadView pull request details
prs checksreadView PR check status
prs statusreadView PR review status
runs listreadList workflow runs
runs viewreadView workflow run details
repos listreadList repositories
repos viewreadView repository details
search reposreadSearch repositories
search issuesreadSearch issues
search prsreadSearch pull requests

Install with Tessl CLI

npx tessl i odyssey4me/github@0.2.1

references

common-workflows.md

permissions.md

SKILL.md

tile.json