Github Agent banner
dwarvesf dwarvesf

Github Agent

Communication community

Description

Agentic GitHub workflows with reminders, PR monitoring, and progress tracking. Includes a Discord bot for notifications. 🚀

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Github Agent

Dwarves Foundation Dwarves Foundation Discord

image

An intelligent agent designed to enhance the reminder and notification workflow for development teams on GitHub. Key features:

  • Automated reminders for development blockers (code reviews, merge conflicts, etc)
  • Pull request monitoring and review notifications
  • Project progress tracking with work summaries

Getting Started

Prerequisites

  • Node.js (v20.0+)
  • pnpm (v8.0+)
  • GitHub Token & OpenAI API Key (for agent app)
  • Discord Bot Token (for discord-bot app)

Setup

  1. Clone the repository:
git clone git@github.com:dwarvesf/github-agent.git
cd github-agent
  1. Install dependencies:
pnpm install
  1. Obtain service tokens:
  • Get your [OpenAI API key](https://platform.openai.com/api-keys) (or the LLM provider of your choice)

  • Get your [GitHub API token](https://github.com/settings/tokens) with necessary permissions to access the desired repositories

  • Create a [Discord app](https://discord.com/developers/docs/quick-start