lookup

Retrieve prior Firefox Knowledge Wiki context before code search.

1|Updated Apr 5, 2026
One-click install
npx skills add https://github.com/alastor0325/firefox-wiki-plugin --skill lookup-alastor0325
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lookup
Source: https://github.com/alastor0325/firefox-wiki-plugin/tree/main/skills/lookup
Command: npx skills add https://github.com/alastor0325/firefox-wiki-plugin --skill lookup-alastor0325

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents repeated Firefox code archaeology by checking the Knowledge Wiki first, so investigations can begin with existing context instead of starting from zero.

Core Features & Use Cases

  • Pre-investigation lookup: Finds relevant wiki pages for bugs, components, symptoms, and abbreviations before you search the codebase.
  • Citation-backed synthesis: Returns a concise summary of the most relevant facts with references to the source pages.
  • Mid-task refresh: Re-runs lookup when a new component or unfamiliar term appears during investigation or triage.
  • Practical example: Use it when starting a bug analysis, preparing a triage pass, or reviewing a new media subsystem area to avoid re-learning the same facts.

Quick Start

Ask this Skill to look up the current bug, component, or symptom in the Firefox Knowledge Wiki before you begin investigating.

Frequently Asked Questions about lookup

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

FAQPage Schema
How do I find existing Firefox wiki context before starting a code investigation?

Firefox wiki lookup prevents repeated code archaeology by checking the Knowledge Wiki first. It retrieves indexed pages, performs citation-aware synthesis, and returns concise summaries with references, allowing investigations to start with existing context rather than from zero.

Can I use wiki lookup for mid-investigation context refreshes when encountering unfamiliar terms?

Yes, you can use wiki lookup for mid-investigation context refreshes. When a new component or unfamiliar term appears during bug triage or media subsystem work, re-running the lookup provides immediate citation-backed context to prevent workflow interruption.

What do I need to perform citation-backed wiki lookups for Firefox bug triage?

Performing citation-backed wiki lookups requires indexed wiki pages and bounded file reads. The Skill uses these prerequisites to execute freshness checks and deliver citation-aware synthesis of relevant facts for your bug triage.

Does the wiki lookup tool support component onboarding for media subsystem work?

Yes, the wiki lookup tool supports component onboarding for media subsystem work. It retrieves prior wiki knowledge for specific components and symptoms, helping you avoid re-learning the same facts when reviewing new areas.

What is the best way to search for Firefox bug symptoms in the Knowledge Wiki?

The best way to search for Firefox bug symptoms is to ask this Skill to look up the bug, component, or symptom in the Knowledge Wiki. It surfaces the most relevant facts with source references before you search the codebase.

What are the limitations of using wiki lookup for Firefox investigations?

Wiki lookup limitations include dependency on indexed wiki pages and bounded file reads. If wiki pages are not indexed or lack freshness checks, the citation-aware synthesis may not provide sufficient context for complex code investigations.