<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Edelweiss-F</title>
    <description>The latest articles on DEV Community by Edelweiss-F (@edelweiss-f).</description>
    <link>https://dev.to/edelweiss-f</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3961294%2F00012e50-a3ea-4a5c-bb04-4926dc84afca.png</url>
      <title>DEV Community: Edelweiss-F</title>
      <link>https://dev.to/edelweiss-f</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/edelweiss-f"/>
    <language>en</language>
    <item>
      <title>I built a CLI tool to find worthwhile GitHub issues to contribute to</title>
      <dc:creator>Edelweiss-F</dc:creator>
      <pubDate>Sun, 31 May 2026 14:43:23 +0000</pubDate>
      <link>https://dev.to/edelweiss-f/i-built-a-cli-tool-to-find-worthwhile-github-issues-to-contribute-to-15hf</link>
      <guid>https://dev.to/edelweiss-f/i-built-a-cli-tool-to-find-worthwhile-github-issues-to-contribute-to-15hf</guid>
      <description>&lt;p&gt;Finding a good open-source issue to contribute to is actually much harder than it may seem.&lt;/p&gt;

&lt;p&gt;When I started contributing to open source, I realized that writing the actual code change was often not the hardest part. The harder part was deciding whether an issue was really worth working on:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Is the repository still active?&lt;/li&gt;
&lt;li&gt;Is the issue still relevant?&lt;/li&gt;
&lt;li&gt;Has it already been assigned to someone?&lt;/li&gt;
&lt;li&gt;Is there too much discussion already?&lt;/li&gt;
&lt;li&gt;Is it actually beginner-friendly, or does it only look beginner-friendly because it has a &lt;code&gt;good first issue&lt;/code&gt; label?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So I built &lt;strong&gt;oss-issue-scout&lt;/strong&gt;, a small CLI tool that helps developers find GitHub issues worth contributing to.&lt;/p&gt;

&lt;p&gt;GitHub repo: &lt;strong&gt;&lt;a href="https://github.com/Yong-yuan-X/oss-issue-scout" rel="noopener noreferrer"&gt;https://github.com/Yong-yuan-X/oss-issue-scout&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The tool searches GitHub issues and ranks them based on signals such as repository activity, issue freshness, labels, comment count, and contribution suitability.&lt;/p&gt;

&lt;p&gt;Example usage:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;oss-issue-scout search &lt;span class="nt"&gt;--language&lt;/span&gt; python &lt;span class="nt"&gt;--label&lt;/span&gt; &lt;span class="s2"&gt;"good first issue"&lt;/span&gt; &lt;span class="nt"&gt;--limit&lt;/span&gt; 10
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Frrm8q93ogthgh2xwz0sj.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Frrm8q93ogthgh2xwz0sj.jpg" alt=" " width="800" height="591"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The goal of this project is not to randomly find issues with the &lt;code&gt;good first issue&lt;/code&gt; label, but to help contributors discover issues that are actually useful, approachable, and worth spending time on.&lt;/p&gt;

&lt;p&gt;I’m also continuing to improve the explainability of the scoring, so the tool can show not only the score, but also why an issue is recommended and what risks to watch out for.&lt;/p&gt;

&lt;p&gt;The project is still in an early stage, and feedback is very welcome.&lt;/p&gt;

&lt;p&gt;If you find the project useful, I’d also really appreciate a GitHub star ⭐.&lt;/p&gt;

</description>
      <category>github</category>
      <category>opensource</category>
      <category>python</category>
      <category>contributorswanted</category>
    </item>
  </channel>
</rss>
