Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计通过

confidence-signals信心信号

Agent Skill

confidence-signals 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

275

周安装

11

GitHub Stars

20

下载量

89
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:confidence-signals(信心信号)
来源仓库:https://github.com/gleanwork/claude-plugins
仓库路径:skills/confidence-signals
安装命令:
npx skills add https://github.com/gleanwork/claude-plugins --skill confidence-signals
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/gleanwork/claude-plugins --skill confidence-signals

简介

confidence-signals 用于呈现 Glean 搜索结果时,清晰传达来源可靠性、时效性和权威性。

  • 适用于结果可能过时、来源权威不一或信息不完整的情况。
  • 帮助识别需重新检索或人工复核的信息,降低误判风险。
  • 安装前请确认权限范围、维护状态及是否会触发联网查询。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Confidence Signals

When presenting information from Glean, communicate the reliability, freshness, and authority of your sources clearly.

When This Applies

Use these patterns when:

  • Presenting search results that may be outdated
  • Information comes from sources with different authority levels
  • Results are incomplete or may have gaps
  • The user should verify before acting
  • Multiple sources have conflicting information
  • You're making inferences beyond what sources explicitly state

Part 1: Vetting & Filtering (Before Presenting)

Be skeptical. Not everything Glean returns should be presented. Better to return 3 high-quality results than 10 unvetted mentions.

Vetting Criteria

Before including ANY result, evaluate:

1. Relevance Test

  • Does this actually answer the question, or just contain matching keywords?
  • Is this about the same thing or just similar terminology?
  • ❌ REJECT: Tangential mentions, keyword coincidences, unrelated contexts

2. Authority Test

  • 📗 Official: RFCs, approved specs, policies, CODEOWNERS → Include
  • 📙 Semi-official: Team wikis, project docs → Include with note
  • 📕 Informal: Slack discussions, drafts, personal notes → Include only if no official sources exist
  • ❌ REJECT: Clearly superseded or deprecated content

3. Recency Test

  • Current (<3 months): Include with confidence
  • ⚠️ Aging (3-12 months): Include with staleness warning
  • Stale (12+ months): Only include if no alternatives, with strong warning
  • Ask: "Would this still be true today?"

4. Expertise Test (for people recommendations)

  • Did they actually do significant work, or just mentioned it once?
  • Are they still in a relevant role?
  • Do multiple signals confirm expertise?
  • ❌ REJECT: Single mentions, departed employees, outdated ownership

"Nothing Found" Is Valid

If vetting eliminates all candidates, say so clearly:

No high-quality results found for [topic].

**This could mean:**
- The topic is new or undocumented
- Different terminology is used internally
- Access restrictions limit visibility
- This genuinely doesn't exist

**Suggested next steps:**
- Try alternative terms: [suggestions]
- Ask in [relevant Slack channel]
- Check with [likely team]

Never pad results with low-quality matches to avoid saying "nothing found."


Part 2: Confidence Dimensions (When Presenting)

1. Freshness

How recently was this information updated?

FreshnessIndicatorImplication
CurrentUpdated within past weekHigh confidence
RecentUpdated within past monthGood confidence
OlderUpdated 1-6 months agoVerify if critical
StaleUpdated 6+ months agoLikely outdated
UnknownNo update date availableTreat with caution

How to express:

  • "As of [date]..."
  • "Last updated [timeframe]..."
  • "Note: This doc hasn't been updated since [date]"
  • Include "(updated [date])" in source citations

2. Source Authority

How authoritative is this source?

AuthorityExamplesConfidence
OfficialRFCs, approved specs, policiesHigh
Semi-officialTeam wikis, shared docsMedium-High
DiscussionSlack threads, meeting notesMedium
PersonalIndividual docs, draftsLower
AI-generatedChat synthesisVerify claims

How to express:

  • "According to the official [doc type]..."
  • "From team documentation (may be informal)..."
  • "Based on Slack discussion (not formally documented)..."
  • "From meeting notes (verify if critical)..."

3. Completeness

How complete is this information?

CompletenessSituationAction
ComprehensiveMultiple sources confirmHigh confidence
PartialSome aspects found, gaps existNote gaps
LimitedFew results, may miss contextSuggest verification
InferenceSynthesized from indirect sourcesClearly state

How to express:

  • "Based on comprehensive documentation..."
  • "Found partial information - gaps in [area]"
  • "Limited results found - suggest checking with [person/team]"
  • "Inferred from related documents (not explicitly stated)..."

4. Corroboration

Do multiple sources agree?

CorroborationSituationConfidence
Strongly corroborated3+ sources agreeVery high
Corroborated2 sources agreeHigh
Single sourceOnly one source foundMedium
ConflictingSources disagreeNote conflict

How to express:

  • "Confirmed across multiple sources..."
  • "Single source - recommend verification"
  • "Note: Sources conflict on this point..."

Signal Templates

For Search Results

**[Title]** ([link])
- Updated: [date] ([freshness assessment])
- Source: [authority level]
- Relevance: [why this matches]

For Synthesized Answers

## [Answer]

**Confidence**: [High/Medium/Low]
- Based on [X] sources
- Most recent: [date]
- [Any caveats]

**Sources**:
- [Source 1] - [authority], updated [date]
- [Source 2] - [authority], updated [date]

For Uncertain Information

## [Topic]

**What I Found**: [Information]

**Caveats**:
- [ ] Source is [X] months old - verify currency
- [ ] Based on single source - seek corroboration
- [ ] Inferred, not explicitly stated
- [ ] Conflicts with [other source]

**Suggested Verification**: Contact [person] or check [source]

For Conflicts

## [Topic] - Conflicting Information

| Aspect | Source A | Source B | Assessment |
|--------|----------|----------|------------|
| [Item] | [Says X] | [Says Y] | [Which is likely correct] |

**Recommendation**: Verify with [authoritative source/person]

Common Patterns

Pattern: Stale Documentation

Note: This documentation was last updated [X months ago].
The information may be outdated - verify with [team/person]
if making decisions based on this.

Pattern: Informal Source

This comes from [Slack/meeting notes] rather than formal
documentation. Consider documenting this officially if it's
important knowledge to preserve.

Pattern: AI-Synthesized

This answer was synthesized by Glean's AI across multiple
sources. For critical decisions, verify the underlying
documents directly: [links]

Pattern: Incomplete Results

I found [X] relevant results, but there may be additional
information in [other sources/systems]. This represents
what's accessible through Glean with your current permissions.

Pattern: Strong Confidence

This is well-documented with multiple corroborating sources:
- Official spec: [link]
- Recent meeting confirmation: [link]
- Implementation: [link]

High confidence in this answer.

When to Emphasize Confidence

Always note confidence when:

  • User will make a decision based on the information
  • Information is time-sensitive
  • Sources are from informal channels
  • Only one source was found
  • The topic involves policy, security, or compliance
  • You're synthesizing rather than directly quoting

Relationship to Other Skills

This skill works with:

  • synthesis-patterns - When combining multiple sources
  • glean-tools-guide - For understanding source types
  • enterprise-search - When presenting search results

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

36.62%
按下载量换算33

Claude

28.21%
按下载量换算25

Cursor

18.98%
按下载量换算17

Gemini CLI

9.45%
按下载量换算8

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills