sar-triage

Review SAR drone tiles in batches against incident-specific cues and log findings to findings.jsonl.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/sarocu/tile-search --skill sar-triage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sar-triage
Source: https://github.com/sarocu/tile-search/tree/main/.claude/skills/sar-triage
Command: npx skills add https://github.com/sarocu/tile-search --skill sar-triage

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Visually review SAR drone-image tiles for signs of a subject of interest, applying incident-specific cues to guide analysis and producing a structured findings log that can be resumed across sessions.

Core Features & Use Cases

  • Reads incident profile to tailor the triage prompt and cues.
  • Batches keep-tiles (about 6 per batch) and presents them for profile-aware visual analysis.
  • Appends per-tile findings to findings.jsonl in a resumable, thread-safe log.

Quick Start

Start triage by rendering the incident-specific prompt, fetch the next batch of unreviewed tiles, review each tile against the profile cues, and append a structured finding for each tile to findings.jsonl.

Frequently Asked Questions about sar-triage

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

FAQPage Schema
How do I streamline visual review of SAR drone imagery tiles?

To streamline visual review of SAR drone imagery tiles, apply an incident-specific cue profile to batch-process tiles, presenting about six per batch for profile-aware analysis and recording each verdict to findings.jsonl.

Can I resume a drone imagery triage session after an interruption?

Yes, you can resume a drone imagery triage session after an interruption. The skill gracefully resumes from findings.jsonl, loading the incident profile from assets and fetching the next batch of unreviewed tiles.

What is an incident-specific cue profile in SAR tile triage?

An incident-specific cue profile in SAR tile triage is a set of tailored prompts loaded from assets that guides the visual analysis of drone-image tiles to locate a subject of interest based on relevant incident details.

Does SAR tile triage support large-scale incident management workflows?

Yes, SAR tile triage supports large-scale incident management workflows by processing drone imagery in batches and maintaining a thread-safe findings.jsonl log, enabling efficient triage across large incidents without losing progress.

How do I record findings during SAR drone tile analysis?

To record findings during SAR drone tile analysis, append a structured per-tile finding to findings.jsonl. This resumable, thread-safe log captures each verdict across batches to maintain a continuous incident record.

What are the limitations of batch-based SAR tile triage?

A limitation of batch-based SAR tile triage is that it processes about six tiles per batch, which may affect throughput during very large incidents, though the resumable findings.jsonl log ensures no progress is lost during interruptions.