promote-investigated

Review issue comments and promote issues from 'investigated' to 'ready'.

1|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/rito528/dotfiles --skill promote-investigated
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: promote-investigated
Source: https://github.com/rito528/dotfiles/tree/main/.agents/skills/promote-investigated
Command: npx skills add https://github.com/rito528/dotfiles --skill promote-investigated

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of reviewing issue comments and promoting issues from the 'investigated' status to 'ready' based on predefined criteria.

Core Features & Use Cases

  • Automated Status Promotion: Reviews issue comments and promotes issues to 'ready' if implementation is feasible.
  • Conditional Logic: Applies different actions based on the content of issue comments.
  • Use Case: Ideal for streamlining the issue triage process in software development, reducing manual review time.

Quick Start

Use the promote-investigated skill to review and promote issues that have been marked as 'investigated'.

Frequently Asked Questions about promote-investigated

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

FAQPage Schema
How do I automate GitHub issue status promotion from investigated to ready?

You can automate issue status promotion by using a script that reviews issue comments and promotes issues from 'investigated' to 'ready' based on predefined criteria. This requires GitHub API access and the gh command-line tool for status updates.

Can I automatically move GitHub issues to ready based on comment content?

Yes, you can automatically promote issues to 'ready' by applying conditional logic to issue comments. The skill evaluates comment content to determine if implementation is feasible before updating the issue status.

Does issue triage automation require the gh command-line tool?

Yes, issue triage automation requires the gh command-line tool for GitHub API access. You need command-line interaction to update issue statuses from 'investigated' to 'ready' in your software development workflow.

What is the best way to streamline issue triage in software development?

The best way to streamline issue triage is automating the review of issue comments to promote statuses. This reduces manual review time by programmatically evaluating predefined criteria and updating issues from 'investigated' to 'ready'.

How do I configure issue management criteria for automated status updates?

You configure issue management criteria by defining the conditions within the skill that evaluate issue comments. When comments indicate implementation feasibility, the script automatically promotes the issue from 'investigated' to 'ready'.