Repo Inspector (ChatGPT Plugin): Difference between revisions

From AI Wiki
(Created page with "{{Plugin infobox |image = 300px |name = Repo Inspector |Platform = ChatGPT |Model = GPT-4 |Category = Tech |Description = Inspect Git repositories. Submit a GitHub, Gitlab, etc., HTTPS link for the repo to be reviewed. |Third Party = |Developer = |Release Date= June 11, 2023 |Website = |Free = |Price = |Available = yes }} ==Guide== ===Example Prompts=== Example prompts that utilize the plugin: ==Tips and Tricks==")
 
No edit summary
 
(7 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{Plugin infobox
{{Plugin infobox
|image = [[File:Repo Inspector.jpg|300px]]
|image = Repo Inspector.jpg
|name = Repo Inspector
|Name = Repo Inspector
|Platform = ChatGPT
|Platform = ChatGPT
|Model = GPT-4
|Model = GPT-4
|Category = Tech
|Category = Technology
|Description = Inspect Git repositories. Submit a GitHub, Gitlab, etc., HTTPS link for the repo to be reviewed.
|Description = Inspect Git repositories. Submit a GitHub, Gitlab, etc., HTTPS link for the repo to be reviewed.
|Third Party =  
|Third Party =  
Line 12: Line 12:
|Free =  
|Free =  
|Price =  
|Price =  
|Available = yes
|Available = Yes
|Working = Yes
}}
}}
==Guide==
==Guide==
===Example Prompts===
===Example Prompts===
Example prompts that utilize the plugin:
Example prompts that utilize the plugin:
#Inspect the content of the LICENSE file in the Git repository at repo_to_clone.
#List all the branches available in the Git repository at repo_to_clone.
#List all the contributors of the Git repository at repo_to_clone.
#Find the last 10 commit messages in the Git repository at repo_to_clone.
#Inspect the content of the .gitignore file in the Git repository at repo_to_clone.
#List all the files in the assets folder of the Git repository at repo_to_clone.
#Show the commit history of the file file_path in the Git repository at repo_to_clone.
#List all the files in the docs folder of the Git repository at repo_to_clone.
#Inspect the content of the CONTRIBUTING.md file in the Git repository at repo_to_clone.
#List all the files in the scripts folder of the Git repository at repo_to_clone.


==Tips and Tricks==
==Tips and Tricks==
==Comments==
<Comments />

Latest revision as of 01:00, 24 June 2023

Repo Inspector (ChatGPT Plugin)
Repo Inspector.jpg
Information
Name Repo Inspector
Platform ChatGPT
Model GPT-4
Category Technology
Description Inspect Git repositories. Submit a GitHub, Gitlab, etc., HTTPS link for the repo to be reviewed.
Release Date June 11, 2023
Available Yes
Working Yes

Repo Inspector is a Plugin for ChatGPT.

Guide

Example Prompts

Example prompts that utilize the plugin:

  1. Inspect the content of the LICENSE file in the Git repository at repo_to_clone.
  2. List all the branches available in the Git repository at repo_to_clone.
  3. List all the contributors of the Git repository at repo_to_clone.
  4. Find the last 10 commit messages in the Git repository at repo_to_clone.
  5. Inspect the content of the .gitignore file in the Git repository at repo_to_clone.
  6. List all the files in the assets folder of the Git repository at repo_to_clone.
  7. Show the commit history of the file file_path in the Git repository at repo_to_clone.
  8. List all the files in the docs folder of the Git repository at repo_to_clone.
  9. Inspect the content of the CONTRIBUTING.md file in the Git repository at repo_to_clone.
  10. List all the files in the scripts folder of the Git repository at repo_to_clone.

Tips and Tricks

Comments

Loading comments...