topissues

Rank GitHub issues by RICE scores and filter by assignment.

Updated May 31, 2026
One-click install
npx skills add https://github.com/ascerra-fullsend-rehearsal/fullsend --skill topissues
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: topissues
Source: https://github.com/ascerra-fullsend-rehearsal/fullsend/tree/main/skills/topissues
Command: npx skills add https://github.com/ascerra-fullsend-rehearsal/fullsend --skill topissues

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, python3, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of prioritizing GitHub issues based on RICE scores, providing a streamlined approach to manage and prioritize work effectively.

Core Features & Use Cases

  • RICE Score Analysis: Evaluates and ranks issues based on RICE (Reach, Impact, Confidence, and Effort) scores.
  • Issue Filtering: Identifies top unassigned and assigned issues for the current user.
  • GitHub Integration: Works seamlessly with GitHub repositories and projects, leveraging the GitHub API for data retrieval.
  • Use Case: For project managers or developers who need a quick overview of the highest-priority issues to focus on.

Quick Start

Use the topissues skill to list the top 10 unassigned issues in your GitHub project.

Frequently Asked Questions about topissues

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I prioritize GitHub issues using RICE scoring?

To prioritize GitHub issues using RICE scoring, this Skill analyzes your repository's open issues and ranks them based on Reach, Impact, Confidence, and Effort. It filters issues by assignment status and open pull requests to highlight top priorities.

Can I list unassigned GitHub issues based on their RICE score?

Yes, you can list unassigned GitHub issues by RICE score. The Skill identifies the top 10 unassigned issues in your project, evaluating RICE parameters to surface the highest priority tasks for immediate assignment.

Does issue prioritization work with existing GitHub projects and pull requests?

Issue prioritization works with existing GitHub projects by leveraging the GitHub API. It filters the backlog based on open pull requests and issue assignments to ensure you only focus on actionable tasks.

What is the best way to filter assigned versus unassigned issues for the current user?

The best way to filter assigned versus unassigned issues is using this RICE analysis workflow. It evaluates RICE scores across your project and segments the results to show top unassigned issues alongside those assigned to the current user.

Do I need a GitHub project with RICE scores defined to automate issue prioritization?

Yes, you need a GitHub project with RICE scores defined. The Skill requires this predefined data and access to the GitHub API via gh to correctly analyze, rank, and filter issues.

Why does GitHub issue prioritization require Python and gh dependencies?

GitHub issue prioritization requires Python and gh dependencies to execute its internal scripts. Python handles the RICE score calculation and ranking logic, while gh provides authenticated access to retrieve repository data from the GitHub API.