Visual feedback glossary
Answer-first definitions for the vocabulary of screen capture, QA, design review, and AI-agent feedback workflows. Each term links to the CobaltCapture workflow that uses it.
Every term page opens with a one-sentence definition and links down to the CobaltCapture workflow where the term shows up. The glossary exists so a coding agent, a search engine, or a future teammate can land on a clean definition and follow it back to a real feedback artifact.
Visual feedback and capture
The mechanics of capturing, cropping, and sharing what you see on screen.
-
Visual feedback
Feedback delivered with screens, not just words.
-
Screen capture
Grabbing a still or sequence from a screen, tab, or window.
-
Scrolling screenshot
A single image of a page taller than the viewport.
-
Full-page screenshot
A capture of every pixel a page would render if scrolled.
-
Screencast
A recorded video walkthrough of an on-screen workflow.
-
Screenshot annotation
Marks added on top of a screenshot to direct attention.
-
Crop screenshot
Trimming a capture down to the rectangle that matters.
-
Async feedback
Review that doesn't require everyone in a meeting.
-
Review URL
A shareable link that is the feedback artifact itself.
-
Source URL
The exact page address where a finding was observed.
QA and bug reporting
The shared vocabulary every team uses to file, triage, and resolve a defect.
-
Bug report
The artifact that turns an observation into an actionable ticket.
-
Repro steps
The minimal sequence that reproduces a defect on demand.
-
Acceptance criteria
The checklist that decides if a story is done.
-
Regression
Behavior that used to work and now doesn't.
-
Edge case
Input or state at the boundary of normal behavior.
-
Severity vs priority
How bad it is vs how soon to fix it.
-
Bug triage
Sorting incoming defects into what gets worked on next.
-
Smoke test
A quick check that the build isn't fundamentally broken.
-
Golden path
The default happy-case route through a feature.
-
Definition of done
The shared bar a work item must clear before it ships.
Design and UX feedback
How designers, researchers, and PMs evaluate an interface.
-
Design review
Structured critique of a design against goals and standards.
-
Design critique
Peer feedback on a design in progress, not a sign-off.
-
Design QA
Designers verifying that dev built what design specified.
-
Heuristic evaluation
Inspecting a UI against a fixed list of usability rules.
-
Usability test
Watching a real person attempt a task on the product.
-
UX feedback
Observations about how a workflow actually feels.
-
Cognitive walkthrough
Stepping through a task as a first-time user would.
-
Annotated screenshot
A capture marked up with arrows, text, or boxes.
AI-agent workflows
The terms that show up when feedback gets handed to a coding agent.
-
AI coding agent
An LLM-powered tool that writes and edits code on request.
-
Agent context
The body of input an agent uses to ground its next action.
-
Prompt context
The text supplied alongside an instruction to an LLM.
-
Agent-readable
A format an LLM can parse and act on without preprocessing.
-
Markdown export
Saving content as plain markdown for downstream use.
-
Copy as markdown
Putting a markdown representation on the clipboard in one click.
-
RAG context
Retrieved snippets fed into an LLM at prompt time.
-
Structured handoff
Passing work to the next actor in a defined, parseable shape.
-
Agent input
Whatever an agent reads to start a task.
-
Context window
The maximum tokens an LLM can attend to in one request.
Web concepts in feedback
Browser and document terms that turn up in almost every review.
-
Viewport
The visible browser area, sized by the device.
-
Responsive breakpoint
A width at which a layout switches to a different design.
-
Dark mode
A color scheme with light text on dark backgrounds.
-
Dev tools console
The browser panel that prints JavaScript errors and logs.
-
Network tab
The browser panel that lists every request a page made.
-
PNG vs JPEG
Lossless screenshots vs smaller, lossy photos.
-
CommonMark
The unambiguous specification of markdown syntax.
Stop pasting screenshots into agent prompts.
Capture the screen, talk through the problem, hand your agent a markdown document it can act on. About a minute from open tab to shareable URL.
Start capturing