Common Template Patterns #2
amyryanmanny
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Render
Summarize
Summarizing a literal list of Issues
Interrogator
This is one of the default templates / prompts.
getConfig("key")looks in the Actions inputs / EnvironmentTemplate:
It injects the context / query in the prompt like so:
Group by Status
Slack DMs
Automatically send DMs to any assignees who have not updated their issue with a comment containing the header "Trending" this week.
The blame arg is optional, and will otherwise default to the value defined under
inputs.update_detectionThe return type of
.blame()is still of the IssueList type, just filtered to the stale issuesOverride Update Detection
A common debug use case. Especially useful when testing Update Detection configs locally.
Summarizing all the comments on a Discussion
Subissues
Recursively include all Subissues in the query like this:
Follow Links (Beta)
This will unpack Issue links inside of the body of the update and treat them similarly to Subissues.
Loop detection was never finished as of 12/29/25, so beware that this might hang when encountering loops. You should make a PR before trying to use this in production.
Discussions similarly are not supported.
Beta Was this translation helpful? Give feedback.
All reactions