-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add PR descriptor script for automated pull request descriptions📄✨ (#764
) * Add PR descriptor script for generating pull request descriptions 📄✨ * Refactor script and format pull request description 📝 * Update PR generation script to include changes in the current branch 🚀 * Add task planning instruction to PR description script 📝 * Update prompts, cost rendering, and add brevity instruction 📝💰
- Loading branch information
Showing
3 changed files
with
13 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
script({ tools: ["agent_fs", "agent_git"] }) | ||
|
||
$`Generate a pull request description for the changes in the current branch. | ||
Make a plan and solve this task. Keep it short.` |