reprioritize

Adjust GitHub Project item priorities based on code changes and dependencies.

6|Updated Oct 7, 2025
One-click install
npx skills add https://github.com/rjroy/vibe-garden --skill reprioritize
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reprioritize
Source: https://github.com/rjroy/vibe-garden/tree/main/compass-rose/skills/reprioritize
Command: npx skills add https://github.com/rjroy/vibe-garden --skill reprioritize

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The reprioritize skill helps teams align GitHub Project items with the evolving codebase, ensuring priorities reflect current work and feasibility.

Core Features & Use Cases

  • Codebase-aware prioritization: compares project items against recent code changes and dependencies to surface the most impactful work.
  • Batch updates: updates priorities and statuses in bulk using the gh-api-scripts tool.
  • Guided workflow: enforces a validated process with pre-flight checks and evidence-based recommendations.

Quick Start

Use the reprioritize skill to rebalance the backlog after a major refactor.

Frequently Asked Questions about reprioritize

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

FAQPage Schema
How do I update GitHub Project priorities based on recent codebase changes?

To update GitHub Project priorities based on recent codebase changes, you can analyze your repository to adjust item priorities by comparing the backlog against code modifications and dependencies, ensuring work reflects current feasibility.

Can I batch update GitHub issue statuses after a major refactor?

Yes, you can batch update GitHub issue statuses and priorities after a major refactor by using gh-api-scripts to fetch and modify project items in bulk, aligning your backlog with the newly evolved codebase.

What is codebase-aware backlog prioritization?

Codebase-aware backlog prioritization is the process of comparing GitHub Project items against recent code changes and dependencies to surface the most impactful work and ensure priorities reflect current development.

Do I need a specific Priority field to reprioritize GitHub Project items?

Yes, you need an existing Priority field configured on your GitHub Project items to use this codebase-aware reprioritization workflow, which relies on that field to apply batch priority updates.

When should I rebalance my backlog using codebase analysis?

You should rebalance your backlog using codebase analysis after major refactors, feature additions, or major changes to ensure your GitHub Project priorities accurately reflect the current state of work.

Does this backlog prioritization process include pre-flight checks?

Yes, the backlog prioritization process enforces a guided workflow with pre-flight checks and evidence-based recommendations to validate updates before batch modifying GitHub Project items via the gh-api-scripts tool.