toy-feedback-ingest

Ingests toy feedback videos into vault meeting notes and Linear bug tickets.

1|Updated Jun 30, 2026
One-click install
npx skills add https://github.com/Lia-Creative/lia-plugins --skill toy-feedback-ingest-lia-creative
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: toy-feedback-ingest
Source: https://github.com/Lia-Creative/lia-plugins/tree/main/lia-tools/skills/toy-feedback-ingest
Command: npx skills add https://github.com/Lia-Creative/lia-plugins --skill toy-feedback-ingest-lia-creative

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Recorded product feedback walkthroughs (YouTube URL plus transcript) contain bugs, ideas, and design feedback that get lost unless someone manually turns them into durable notes and tickets. This Skill converts one feedback video into a tidied transcript, a scoped meeting note, per-toy feedback summaries, and auto-filed Linear bug tickets. ## Core Features & Use Cases - Scoped meeting notes: Routes one video to a single meeting note at the right scope (line, toolbox, or specific toy) with typed extraction sections for bugs, ideas, scenarios, and design/feature/process feedback. - Per-toy feedback summaries: Writes build-ready feedback docs into each toy's 04 build/feedback/ folder so the next build agent starts with full context. - Linear ticketing: Files bugs directly as child tickets of the toy's epic with verbatim quotes, timestamps, and frame grabs from the local video; everything else is proposed as a tick-list for approval. - Use Case: Chris records a walkthrough of the dump toy, uploads it unlisted to YouTube, and pastes the URL and .srt transcript. The Skill tidies the transcript, writes the meeting note and feedback summary, files two bugs under the dump epic, and proposes three feature ideas as a tick-list. ## Quick Start Ingest this feedback video using its YouTube URL and transcript, then file the bugs and summarize the feedback per toy.

Frequently Asked Questions about toy-feedback-ingest

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

FAQPage Schema
How do I turn a feedback video into Linear tickets?▼

Provide the YouTube URL and a timestamped .srt transcript. The Skill extracts bugs from the video and files them as child tickets of the toy's epic in Linear with verbatim quotes, timestamps, and frame grabs; ideas and features are proposed as a tick-list for approval first.

What transcript format is needed to ingest a feedback video?▼

A timestamped .srt file is the required format because it enables chapter marks, ticket timestamps, and frame grabs. If only a plain markdown transcript exists, the Skill asks for the .srt; if none exists but a local .mp4 does, it transcribes via a whisper recipe.

Can I ingest a video without a transcript or local file?▼

No. With neither a transcript nor a local video, the Skill stops because the meeting note cannot be built from memory of a video it cannot read. At least one readable source is required.

How are bugs handled differently from ideas in video feedback?▼

Bugs go straight to Linear tickets with label Bug and status Backlog, filed under the toy's epic. Ideas, features, and improvements are never auto-created; they are presented as a proposed tick-list in chat and mirrored in the meeting note until approved.

What happens when the video reviews an early-stage prototype?▼

A stage gate applies: if the artefact is structure-stage, only shape feedback is captured and no tickets are created. All extracted items route to the proposed list instead of being auto-filed, since missing detail is expected at that stage.