SkillAgentSearch skills...

Goofi

✨Let's contribute to OSS. Here is how to find good first issues in GitHub. "goofi" is an abbreviation of "good first issues".

Install / Use

/learn @ohbarye/Goofi
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Goofi

Let's contribute to OSS. Here is how to find good first issues in GitHub.

This is a simple app to list issues labelled as "good first issue" in repositories with over 500 stars.

>> Try Now <<

image

Features

  • Server side rendering with Next.js v9
  • Deployed on Vercel
  • GraphQL and Apollo

Development

You can bootstrap everything with docker-compose.

$ git clone git@github.com:ohbarye/goofi.git && cd goofi
$ echo GITHUB_ACCESS_TOKEN=<your token> > .env
$ yarn
$ docker-compose up -d
$ open http://localhost:3000

Without docker-compose

$ yarn
$ GITHUB_ACCESS_TOKEN=<your token> yarn dev
$ open http://localhost:3000

Related Skills

View on GitHub
GitHub Stars172
CategoryDevelopment
Updated1mo ago
Forks15

Languages

TypeScript

Security Score

100/100

Audited on Feb 10, 2026

No findings