Token导航 LogoToken导航TokenDH.com
研究检索敏感数据github未标认证来源可访问许可证需确认审计提醒

meticulous-cli-localmeticulous CLI 本地

Agent Skill

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

总安装

247

周安装

10

GitHub Stars

1

下载量

78
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/alwaysmeticulous/skills --skill meticulous-cli-local

简介

用于查找、检索和筛选相关信息。

  • 适合根据关键词、任务场景或来源线索快速定位候选结果。
  • 可结合来源仓库和原始 README 核验具体用法,建议先确认权限范围和维护状态。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装,支持 Codex、Claude 等宿主环境。
  • 可能触发联网、命令执行或文件读写,使用前应评估安全风险和操作边界。

SKILL.md

meticulous local

Commands for working with Meticulous data relative to your local git branch.

local relevant-sessions

meticulous local relevant-sessions [options]

Purpose: Find recorded user sessions that exercise the code paths changed on your current branch (relative to the merge-base with the base branch). For each session, also returns the baseReplayId — the replay of that session on the merge-base commit — so you can immediately diff your local changes against it.

Options:

OptionTypeDefaultDescription
--apiTokenstringMeticulous API token; falls back to METICULOUS_API_TOKEN env var
--showMaybeRelevantbooleanfalseAlso show sessions that may be affected by the changes
--startingPointShastringOnly consider changes since this commit SHA. The merge-base is still used to find the base test run, but the diff is computed from startingPointSha instead. Use in agentic loops to scope each iteration to only the latest changes.
--formatmulti-fileSet to multi-file to download each relevant session's data as a structured directory tree. See the use-session-data skill for details on the output structure.
--outputDirstring.meticulous/sessionsOutput directory for multi-file format

Exit behaviour: Exits with code 1 if the project cannot be retrieved or the repository is not a git repo.

Output

The command prints to stderr. Example output:

Base test run ID: tr_abc123
Base test run URL: https://app.meticulous.ai/...

Found 2 relevant sessions:
  Session ID: ses_aaa111
  Title: User logs in and views dashboard
  Description: Covers the login form and redirect to /dashboard
  Base replay ID: rpl_base_aaa
  Relevance: IsRelevant

  Session ID: ses_bbb222
  Title: Checkout flow
  Base replay ID: rpl_base_bbb
  Relevance: IsRelevantBeta

Also found 3 maybe relevant sessions. Run command with --showMaybeRelevant to show these.

Key fields per session:

FieldDescription
Session IDPass as --sessionId to meticulous simulate
Title / DescriptionHuman-readable summary of the user flow this session covers
Base replay IDReplay of this session on the merge-base commit. Pass as --baseReplayId to meticulous simulate to diff your local changes against the base. May be absent if the session has never been replayed on the base branch.
RelevanceIsRelevant or IsRelevantBeta — directly exercises changed code. IsMaybeRelevant — may be affected (only shown with --showMaybeRelevant).

Using --startingPointSha in an iterative loop

When implementing a multi-step change and committing after each step, pass the SHA of the most recent step's commit so the command only considers changes since that checkpoint:

# After committing step N, find sessions for step N+1's uncommitted changes
LAST_SHA=$(git rev-parse HEAD)
# ... make changes for step N+1 ...
meticulous local relevant-sessions --startingPointSha=$LAST_SHA

Without --startingPointSha, the diff is computed against the merge-base, which includes all changes on the branch so far.

Examples

# Find sessions relevant to all uncommitted + committed changes on this branch
meticulous local relevant-sessions

# Include maybe-relevant sessions
meticulous local relevant-sessions --showMaybeRelevant

# Only consider changes since a specific commit (useful after committing step N)
meticulous local relevant-sessions --startingPointSha=abc1234

# Download structured session data for relevant sessions
meticulous local relevant-sessions --format=multi-file

# Download to a custom directory
meticulous local relevant-sessions --format=multi-file --outputDir=./test-data

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

34.5%
按下载量换算27

Claude

31.37%
按下载量换算24

Cursor

16.86%
按下载量换算13

Gemini CLI

8.77%
按下载量换算7

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

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

来源信息

继续浏览同类 Skills