task-select

Evaluates GitHub PRs for Marlin HFI annotation and outputs verdicts.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/MinhOmega/marlin-skill --skill task-select
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-select
Source: https://github.com/MinhOmega/marlin-skill/tree/main/.claude/skills/task-select
Command: npx skills add https://github.com/MinhOmega/marlin-skill --skill task-select

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Evaluate GitHub PRs for Marlin HFI annotation to determine TAKE, SKIP, or CAUTION outcomes with reasoned judgments.

Core Features & Use Cases

  • Batch evaluation of multiple PRs with per-PR verdicts and risk signals.
  • Generates a comparison table to summarize decisions across PRs.
  • Provides guidance for subsequent task-submit steps based on outcomes.

Quick Start

Provide one or more GitHub PR URLs to evaluate their suitability for Marlin HFI annotation.

Frequently Asked Questions about task-select

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

FAQPage Schema
How do I evaluate GitHub pull requests for review priority and risk signals?

To evaluate GitHub pull requests for review priority, this Skill fetches PR metadata and diffs to assess difficulty, testability, and scope, outputting a TAKE, SKIP, or CAUTION verdict along with risk signals for each PR.

Can I batch evaluate multiple GitHub PRs across different repositories?

Yes, you can batch evaluate multiple GitHub PRs across repositories by providing their URLs. The Skill processes each PR individually and generates a comparison table summarizing the suitability decisions.

What criteria are used to decide if a PR should be taken or skipped?

PR suitability decisions are based on criteria such as difficulty, testability, and scope. The Skill analyzes fetched PR diffs and metadata to determine whether to TAKE, SKIP, or mark with CAUTION.

How do I start automated PR evaluation for Marlin HFI annotation?

To start automated PR evaluation for Marlin HFI annotation, provide one or more GitHub PR URLs to the Skill, and it will fetch the necessary metadata and diffs to generate a suitability verdict.

What should I do after receiving a CAUTION or TAKE verdict for a pull request?

After receiving a CAUTION or TAKE verdict, follow the provided guidance for subsequent task-submit steps. The Skill outputs actionable guidance based on the evaluated outcomes to proceed with the PR.