update-priority

Update site priorities and keyword heat from Get-Info results.

1|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/mengsi16/brain-base --skill update-priority
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: update-priority
Source: https://github.com/mengsi16/brain-base/tree/main/skills/update-priority
Command: npx skills add https://github.com/mengsi16/brain-base --skill update-priority

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

After a successful Get-Info operation that obtains and persists external sources, this workflow updates site priorities and keyword heat based on real hits, providing explainable maintenance of data/priority.json and data/keywords.db, and it does not perform independent crawling.

Core Features & Use Cases

  • Reads priority.json and keywords.db and updates them based on real task results to reflect current relevance.
  • Backfills official_domains when get-info-workflow reports newly discovered high-confidence official domains.
  • Ensures traceability of changes and enforces boundaries around external crawling.

Quick Start

After a successful Get-Info task, run this skill to refresh priorities and keyword metrics.

Frequently Asked Questions about update-priority

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

FAQPage Schema
How do I update site priorities based on real search hit results?▼

You can update site priorities by running this skill after a successful information retrieval task. It reads priority.json and refreshes site relevance metrics using actual hit data from the workflow.

What is keyword heat maintenance and how does it work with a keywords database?▼

Keyword heat maintenance involves adjusting keyword relevance scores based on actual retrieval hits. This skill reads keywords.db and updates heat metrics with explanations to reflect current search relevance.

How do I backfill official domains into a whitelist after discovering new sources?▼

To backfill official domains, run this skill when your retrieval workflow reports newly discovered high-confidence domains. It automatically updates the official_domains whitelist in your priority configuration.

Can I use this skill to perform independent web crawling for data maintenance?▼

No, this skill does not perform independent crawling. It enforces boundaries around external crawling and only updates priority.json and keywords.db based on real hit results from prior retrieval tasks.

When should I run a priority management update for my knowledge base?▼

You should run a priority management update after a successful retrieval task that persists external sources, or optionally when high-quality hits warrant keyword and domain whitelist adjustments.

Does this priority update process support traceability for changes to priority.json?▼

Yes, the priority update process ensures traceability of changes. It updates priority.json and keywords.db with explanations attached to every modification based on real task results.