Sign in

GitHub related tasks

There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.

AI agent task

  1. 1

    List all the repos that I have access to. Public and private both.

    There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.

    This script lists all repositories that the user has access to, including public and private ones, and not just the ones they own.

    1
  2. 2

    Check if a GitHub token is valid or expired.

    There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.

    This script checks if the GitHub token is still valid or has expired.

    2
  3. 3

    List branches of a given repo

    There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.

    This script checks why the branches of a specified GitHub repository cannot be listed and provides a more detailed explanation.

    3
  4. 4

    List just the names of the branches of a github repo.

    There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.

    This script lists just the names of the branches of a specified GitHub repository.

    4
  5. 5

    Create a new branch for a repo.

    There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.

    This script creates a new branch specified in branch_name for the specified GitHub repository.

    5
  6. 6

    Switch to a branch and list the repo files

    There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.

    This script switches to the specified branch and lists the files in the repository.

    6
  7. 7

    Get the contents of a file in the github repo

    There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.

    This script shows the contents of the specified file in the specified branch of the GitHub repository.

    7
  8. 8

    Update the contents of a file in the repo and commit the changes to a branch.

    There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.

    This script updates the README.md file with 'Hello folks!' at the top and commits the changes to the specified branch.

    8
  9. 9

    Create a pull request to merge a feature branch to main branch for a repo

    There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.

    This script creates a pull request to merge the branch head_branch (like feature branch) to the base_branch (like main) for the specified GitHub repository.

    9
  10. 10

    Assign a pull request to a user

    There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.

    This script assigns the specified reviewer to the pull request for the specified GitHub repository.

    10