ingest

Extract Firefox bug investigation knowledge into a shared wiki.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill turns a completed Firefox bug investigation into durable wiki knowledge so repeated debugging, archaeology, and triage work does not start from scratch every time.

Core Features & Use Cases

  • Post-patch knowledge capture: Extracts the components, root cause, interactions, invariants, and key patches from an investigation and records them in the wiki.
  • Safe knowledge sharing: Applies strict sensitivity rules so security-related details are omitted and only neutral structural facts are written when required.
  • Wiki maintenance workflow: Updates component, relation, bug, and pattern pages, refreshes indexes and logs, verifies links, and pushes the results back to the shared repo.
  • Use case: After landing a bug fix, use this Skill to summarize what was learned, add the durable facts to the correct wiki pages, and keep the knowledge base searchable for the next investigation.

Quick Start

Ask the ingest skill to capture the latest Firefox bug investigation into the wiki after the patch lands.

Frequently Asked Questions about ingest

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

FAQPage Schema
How do I capture Firefox bug investigation knowledge into a wiki?

To capture Firefox bug investigation knowledge into a wiki, you can use this Skill to extract components, root causes, and key patches from post-landing investigations. It records these durable facts into the correct wiki pages, keeping the knowledge base searchable for future debugging and code archaeology.

What is the best way to document bug triage findings for future code archaeology?

Documenting bug triage findings for future code archaeology is best achieved by extracting structural facts and invariants from completed investigations. This process updates component, relation, bug, and pattern pages in a shared wiki, ensuring repeated debugging work does not start from scratch.

Does this knowledge capture workflow redact security-sensitive bug details?

Yes, this knowledge capture workflow applies strict sensitivity rules to redact security-related details. It omits sensitive information and only writes neutral structural facts to the wiki, ensuring safe knowledge sharing across Firefox repository components and patterns.

Can I automate wiki updates after a Firefox patch lands?

You can automate wiki updates after a Firefox patch lands using hook-triggered automation. This workflow extracts investigation knowledge, refreshes indexes and logs, verifies wiki links, and pushes synchronized updates back to the shared repository for durable memory.

How do I maintain wiki links and indexes when backfilling bug investigation data?

To maintain wiki links and indexes when backfilling bug investigation data, the workflow validates links, refreshes indexes, and updates logs automatically. It pushes these synchronized results back to the shared repository to ensure consistent knowledge base integrity across manual backfills.