Back to Templates

Curate Contributor-Friendly Issues with AI and Send GitHub Newsletter via Email

Created by

Created by: totoma || totoma

totoma

Last update

Last update a day ago

Share


Use Cases

Receive a newsletter featuring curated, contributor-friendly issues from your favorite repositories.

By regularly reviewing active issues and new releases, you'll naturally develop stronger habits around open source contribution as your brain starts recognizing these projects as important.

How It Works

  • Collects the latest issues, comments, and recent commits using the GitHub API.
  • Uses an AI model to select up to three beginner-friendly issues worth contributing to.
  • Summarizes each issue—with contribution guidance and relevance insights—using Deepwiki MCP.
  • Converts the summaries into HTML and delivers them as an email newsletter.

Requirements

How to Use

  1. Update the “Load repo info” node with your target repository’s owner and name (e.g. owner: vercel, repo: next.js).
  2. Add your GitHub Personal Access Token to the credentials of the “Get Issues from GitHub” node.
  3. Connect your OpenRouter API key to all models linked to the Agent node.
  4. Add your Google App Password to the “Send Email” node credentials.
  5. Enter the same email address (associated with the Google App Password) in both the “to email” and “from email” fields — the newsletter will be sent to this address.

Customization

  • Adjust the maximum number of contributor-friendly issues retrieved in the “Get Top Fit Issues” node.
  • Improve results by tuning the models connected to the Agent node.
  • Refine the criteria for “contributor-friendliness” within the “IssueRank Agent” node.

Cron Setup

  • Replace the manual trigger with a Schedule Trigger node or another scheduling-capable node.
  • If you don't have an n8n Cloud account, use this alternative setup: fork the repository and follow the setup instructions.