Enhance Prompt Library with New Prompts and Improved Organization #9
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This pull request introduces several enhancements to the Prompt Library repository, improving its organization and expanding its content. The changes aim to make the library more user-friendly, comprehensive, and easier to maintain.
Key updates include:
These changes will significantly enhance the utility of the Prompt Library, providing users with a wider range of AI prompts and improving the overall browsing experience.
Testing
update_views.py
script has been run locally to ensure proper generation of view files and README updates.Future Work
Changes
.github/scripts/update_views.py
:.github/templates/view_template.md
:README.md
:New prompts added:
prompts/ai_code_repository_documentation_generator/
prompts/ai_software_development_assistant/
prompts/ai_topic_idea_generator/
prompts/code_refactoring_ai_assistant/
Existing prompt views updated:
prompts/git_commit_message_writer/view.md
prompts/github_pull_request_generator/view.md
prompts/god_tier_assistant_generator/view.md
prompts/software_specification_generator/view.md
Documentation
The README.md file has been automatically updated to include the new prompts and reflect the reorganized categories. Each new prompt includes its own
view.md
file with detailed information about its purpose and usage.