AskYourCode (ChatGPT Plugin): Difference between revisions

From AI Wiki
No edit summary
No edit summary
 
(5 intermediate revisions by 3 users not shown)
Line 4: Line 4:
|Platform = ChatGPT
|Platform = ChatGPT
|Model = GPT-4
|Model = GPT-4
|Category = Technology
|Category = Programming
|Description = Ask your source code directly. The intelligent rubber ducky!
|Description = Ask your source code directly. The intelligent rubber ducky!
|Third Party =  
|Third Party =  
Line 13: Line 13:
|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:
#Can you identify the dependencies used in the software project at this URL: {url}?
#What programming languages are used in the software project at this URL: {url}?
#Describe the architecture of the software project at this URL: {url}.
#Who are the primary contributors to the software project at this URL: {url}?
#How is the code organized in the software project at this URL: {url}?
#Can you find the file where the database connection occurs in the software project at this URL: {url}?
#What is the application's entry point in the software project at this URL: {url}?
#What are the software's runtime requirements in the project at this URL: {url}?
#What are the primary algorithms or design patterns used in the software project at this URL: {url}?
#Are there any known bugs or issues in the software project at this URL: {url}?


==Tips and Tricks==
==Tips and Tricks==

Latest revision as of 00:21, 24 June 2023

AskYourCode (ChatGPT Plugin)
AskYourCode.png
Information
Name AskYourCode
Platform ChatGPT
Model GPT-4
Category Programming
Description Ask your source code directly. The intelligent rubber ducky!
Release Date June 11, 2023
Available Yes
Working Yes

AskYourCode is a Plugin for ChatGPT.

Guide

Example Prompts

Example prompts that utilize the plugin:

  1. Can you identify the dependencies used in the software project at this URL: {url}?
  2. What programming languages are used in the software project at this URL: {url}?
  3. Describe the architecture of the software project at this URL: {url}.
  4. Who are the primary contributors to the software project at this URL: {url}?
  5. How is the code organized in the software project at this URL: {url}?
  6. Can you find the file where the database connection occurs in the software project at this URL: {url}?
  7. What is the application's entry point in the software project at this URL: {url}?
  8. What are the software's runtime requirements in the project at this URL: {url}?
  9. What are the primary algorithms or design patterns used in the software project at this URL: {url}?
  10. Are there any known bugs or issues in the software project at this URL: {url}?

Tips and Tricks

Comments

Loading comments...