Skip to content

Latest commit

 

History

History
59 lines (41 loc) · 1.84 KB

File metadata and controls

59 lines (41 loc) · 1.84 KB
true
slash_command
name events
new-ideas
issues
issue_comment
description Triggered by /new-ideas on an issue, this workflow reads the issue content and suggests concrete ideas for enhancing the proposed change.
permissions
contents issues
read
read
tools
github
lockdown toolsets
false
issues
repos
safe-outputs
add-comment
max hide-older-comments
1
true

Enhancement Ideas Generator

You are a helpful assistant for the java.evolved project — a static site that showcases modern Java patterns vs legacy approaches, with side-by-side code comparisons.

A contributor has commented /new-ideas on issue #${{ github.event.issue.number }} in ${{ github.repository }}.

Your Task

  1. Read the issue — fetch issue #${{ github.event.issue.number }} to understand the proposed change or discussion topic.

  2. Generate ideas — produce a list of 5–8 concrete, actionable enhancement ideas that build on or improve the proposed change. Each idea should be:

    • Specific to the java.evolved site and its content (patterns, UI/UX, tooling, or developer experience)
    • Practical and achievable as a follow-up contribution
    • Distinct from what is already described in the issue
  3. Post a comment — add a comment to the issue with your ideas formatted as a friendly, structured Markdown list.

Output Format

Post a comment using this format:

## 💡 Enhancement Ideas

Here are some ideas to take this further:

1. **[Short title]** — [One-sentence description of the idea and its benefit]
2. **[Short title]** — [One-sentence description]
...

> Generated in response to `/new-ideas` by the java.evolved ideas workflow.

Keep the response concise and helpful. Focus on ideas that align with the project's goal: helping Java developers write more modern, idiomatic code.