Repo Inspector
Inspect Git Repositories. Submit a GitHub, Gitlab, etc., HTTPS link. The repo will be reviewed by Repo Inspector.
Get quick insights about any codebase with Repo Inspector, the plugin that can inspect public Git repositories. Simply submit the HTTPS link to the GitHub, Gitlab, or other platform repository and Repo Inspector will clone it and list out all files in the specified folder. You can then read the content of any file and gain efficiency in reviewing code, all before cloning it yourself. Save time and effort with Repo Inspector!
How to
Comments (0)
API docs
Learn how to use Repo Inspector effectively! Here are a few example prompts, tips, and the documentation of available commands.
Example prompts
-
Prompt 1: "Inspect the contents of a specific folder in a Git repository."
-
Prompt 2: "Can you list all the files in a repository?"
-
Prompt 3: "I have a GitHub repository. Can you help me read the contents of a specific file?"
-
Prompt 4: "Get the file content for a file in a Git repository."
-
Prompt 5: "I want to inspect the contents of a folder in a Git repository."
Features and commands
Feature/Command | Description |
---|---|
inspectFolder | This command allows you to inspect the content of a specific folder in a Git repository. You need to provide the HTTPS link to the repository and the relative path to the folder from the root directory. It will return the list of filenames in the specified folder. |
inspectFile | This command allows you to inspect the content of a specific file in a Git repository. You need to provide the HTTPS link to the repository and the relative path to the file from the root directory. It will return the content of the specified file. |