Issue Re-Triage After Foundation Lands

Inspect code and tests to re-triage issues blocked by foundation seams.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/JDL440/nfl-eval --skill issue-re-triage-after-foundation-lands
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: Issue Re-Triage After Foundation Lands
Source: https://github.com/JDL440/nfl-eval/tree/main/.squad/skills/issue-retriage-after-foundation
Command: npx skills add https://github.com/JDL440/nfl-eval --skill issue-re-triage-after-foundation-lands

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This workflow helps editors and engineers determine whether issues blocked by a foundation seam can now proceed without reopening prerequisite items.

Core Features & Use Cases

  • Restate the original blocker decision in one sentence.
  • Verify prerequisite seams directly in code and tests to confirm current state.
  • Decide whether the blocked issue can now start on top of the existing seam.
  • Name the narrowest safe seam that uses the prerequisite work as-is.
  • Route the issue to the first lane that owns the remaining work (policy/design before code).
  • Reopen prerequisite issues only if a real defect is found in their delivered seam.

Quick Start

Provide the original blocked issue and the foundation seam context to re-triage and determine the next safe seam.

Frequently Asked Questions about Issue Re-Triage After Foundation Lands

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

FAQPage Schema
How do I re-triage blocked issues after a foundation seam lands?▼

To re-triage blocked issues, provide the original blocked issue and the foundation seam context. The system evaluates repository state by inspecting code paths and tests to determine if the issue can safely start without reopening prerequisites.

When do I need to reopen a prerequisite issue during issue triage?▼

You only reopen a prerequisite issue during triage if a real defect is found in the delivered foundation seam. If the existing seam is functional, the blocked issue proceeds without reopening prerequisite items.

How does issue routing work after verifying a foundation seam?▼

Issue routing assigns the blocked issue to the first lane that owns the remaining work, prioritizing policy or design review before code. It identifies the narrowest safe seam for continuation based on repository state.

What is a foundation seam in issue management and triage?▼

A foundation seam in issue management is a prerequisite code path or test boundary that blocks dependent work. Verifying this seam directly in the repository confirms whether previously blocked issues can now safely proceed.

Can I start a blocked issue without reopening its prerequisites if the code landed?▼

Yes, you can start a blocked issue without reopening prerequisites if the foundation seam is verified in the code and tests. The workflow assigns the narrowest safe seam to continue work and avoid regressions.

What are the limitations of re-triage workflow for blocked issues?▼

The re-triage workflow requires accurate original blocker context and repository access to inspect code paths. It cannot proceed safely if the delivered foundation seam contains a real defect requiring prerequisite reopening.