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

thoroughnessthoroughness 搜索

Agent Skill

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

总安装

294

周安装

12

GitHub Stars

106

下载量

95
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/pr-pm/prpm --skill thoroughness

简介

用于系统性查找、检索和筛选信息,强调全面性与细节覆盖。

  • 适合需要深度调研或多轮验证的任务,帮助 Agent 发现隐藏关联。
  • 可结合具体问题设定搜索策略,并按优先级排序输出结果。
  • 安装命令:npx skills add https://github.com/pr-pm/prpm --skill thoroughness。
  • 注意评估其对计算资源的影响,防止过度消耗时间或 API 配额。

SKILL.md

Thoroughness

Purpose

This skill ensures comprehensive, complete implementation of complex tasks without shortcuts. Use this when quality and completeness matter more than speed.

When to Use

  • Fixing critical bugs or compilation errors
  • Implementing complex multi-step features
  • Debugging test failures
  • Refactoring large codebases
  • Production deployments
  • Any task where shortcuts could cause future problems

Methodology

Phase 1: Comprehensive Analysis (20% of time)

  1. Identify All Issues

- List every error, warning, and failing test - Group related issues together - Prioritize by dependency order - Create issue hierarchy (what blocks what)

  1. Root Cause Analysis

- Don't fix symptoms, find root causes - Trace errors to their source - Identify patterns in failures - Document assumptions that were wrong

  1. Create Detailed Plan

- Break down into atomic steps - Estimate time for each step - Identify dependencies between steps - Plan verification for each step - Schedule breaks/checkpoints

Phase 2: Systematic Implementation (60% of time)

  1. Fix Issues in Dependency Order

- Start with foundational issues - Fix one thing completely before moving on - Test after each fix - Document what was changed and why

  1. Verify Each Fix

- Write/run tests for the specific fix - Check for side effects - Verify related functionality still works - Document test results

  1. Track Progress

- Mark issues as completed - Update plan with new discoveries - Adjust time estimates - Note any blockers immediately

Phase 3: Comprehensive Verification (20% of time)

  1. Run All Tests

- Unit tests - Integration tests - E2E tests - Manual verification

  1. Cross-Check Everything

- Review all changed files - Verify compilation succeeds - Check for console errors/warnings - Test edge cases

  1. Documentation

- Update relevant docs - Add inline comments for complex fixes - Document known limitations - Create issues for future work

Anti-Patterns to Avoid

  • ❌ Fixing multiple unrelated issues at once
  • ❌ Moving on before verifying a fix works
  • ❌ Assuming similar errors have the same cause
  • ❌ Skipping test writing "to save time"
  • ❌ Copy-pasting solutions without understanding
  • ❌ Ignoring warnings "because it compiles"
  • ❌ Making changes without reading existing code first

Quality Checkpoints

  • Can I explain why this fix works?
  • Have I tested this specific change?
  • Are there any side effects?
  • Is this the root cause or a symptom?
  • Will this prevent similar issues in the future?
  • Is the code readable and maintainable?
  • Have I documented non-obvious decisions?

Example Workflow

Bad Approach (Shortcut-Driven)

1. See 24 TypeScript errors
2. Add @ts-ignore to all of them
3. Hope tests pass
4. Move on

Good Approach (Thoroughness-Driven)

1. List all 24 errors systematically
2. Group by error type (7 missing types, 10 unknown casts, 7 property access)
3. Find root causes:
   - Missing @types/tar package
   - No type assertions on fetch responses
   - Implicit any types in callbacks
4. Fix by category:
   - Install @types/tar (fixes 7 errors)
   - Add proper type assertions to registry-client.ts (fixes 10 errors)
   - Add explicit parameter types (fixes 7 errors)
5. Test after each category
6. Run full test suite
7. Document what was learned

Time Investment

  • Initial: 2-3x slower than shortcuts
  • Long-term: 10x faster (no debugging later, no rework)
  • Quality: Near-perfect first time
  • Maintenance: Minimal

Success Metrics

  • ✅ 100% of tests passing
  • ✅ Zero warnings in production build
  • ✅ All code has test coverage
  • ✅ Documentation is complete and accurate
  • ✅ No known issues or TODOs left behind
  • ✅ Future developers can understand the code

Mantras

  • "Slow is smooth, smooth is fast"
  • "Do it right the first time"
  • "Test everything, assume nothing"
  • "Document for your future self"
  • "Root causes, not symptoms"

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

36.41%
按下载量换算35

Claude

31.52%
按下载量换算30

Cursor

16.6%
按下载量换算16

Gemini CLI

8.3%
按下载量换算8

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills