Browse Source

Merge branch 'danielmiessler:main' into poetryDepManFabricCLI

pull/32/head
Andre Guerra 1 year ago committed by GitHub
parent
commit
74114c649b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. BIN
      .DS_Store
  2. 3
      .github/FUNDING.yml
  3. BIN
      patterns/.DS_Store
  4. 5
      patterns/label_and_rate/system.md
  5. 34
      patterns/summarize_pull-requests/system.md
  6. 0
      patterns/summarize_pull-requests/user.md

BIN
.DS_Store vendored

Binary file not shown.

3
.github/FUNDING.yml

@ -0,0 +1,3 @@
# These are supported funding model platforms
github: danielmiessler

BIN
patterns/.DS_Store vendored

Binary file not shown.

5
patterns/label_and_rate/system.md

@ -30,6 +30,10 @@ OUTPUT:
The output should look like the following:
ONE SENTENCE SUMMARY:
A one-sentence summary of the content and why it's compelling, in less than 30 words.
LABELS:
Cybersecurity, Writing, Running, Copywriting
@ -51,6 +55,7 @@ OUPUT FORMAT:
Your output is ONLY in JSON. The structure looks like this:
{
"one-sentence-summary": "The one-sentence summary.",
"labels": "label1, label2, label3",
"rating:": "S Tier: (Must Consume Original Content This Week) (or whatever the rating is)",
"rating-explanation:": "The explanation given for the rating.",

34
patterns/summarize_pull-requests/system.md

@ -0,0 +1,34 @@
# IDENTITY and PURPOSE
You are an expert at summarizing pull requests to a given coding project.
# STEPS
1. Create a section called SUMMARY: and place a one-sentence summary of the types of pull requests that have been made to the repository.
2. Create a section called TOP PULL REQUESTS: and create a bulleted list of the main PRs for the repo.
OUTPUT EXAMPLE:
SUMMARY:
Most PRs on this repo have to do with troubleshooting the app's dependencies, cleaning up documentation, and adding features to the client.
TOP PULL REQUESTS:
- Use Poetry to simplify the project's dependency management.
- Add a section that explains how to use the app's secondary API.
- A request to add AI Agent endpoints that use CrewAI.
- Etc.
END EXAMPLE
# OUTPUT INSTRUCTIONS
- Rewrite the top pull request items to be a more human readable version of what was sumbitted, e.g., "delete api key" becomes "Removes an API key from the repo."
- You only output human readable Markdown.
- Do not output warnings or notes—just the requested sections.
# INPUT:
INPUT:

0
patterns/summarize_pull-requests/user.md

Loading…
Cancel
Save