一键导入
jieli-find-thread
Search prior Jieli threads by keywords, repo, file, topic, or other clues, then optionally read a matching thread.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Search prior Jieli threads by keywords, repo, file, topic, or other clues, then optionally read a matching thread.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Create a paste-ready handoff/compress prompt for continuing the current Claude Code session in a fresh agent. Use when the user says handoff, hand over, compress, compact, summarize context, continue in a new session, or pass work to another agent.
Search prior Jieli threads by keywords, repo, file, topic, or other clues, then optionally read a matching thread.
Read a specific known Jieli /threads/T-<uuid> link or raw T-<uuid> thread id via the markdown/json export.
Create a paste-ready handoff/compress prompt for continuing the current Codex session in a fresh agent. Use when the user says handoff, hand over, compress, compact, summarize context, continue in a new session, or pass work to another agent.
Read a specific known Jieli /threads/T-<uuid> link or raw T-<uuid> thread id via the markdown/json export.
| name | jieli-find-thread |
| description | Search prior Jieli threads by keywords, repo, file, topic, or other clues, then optionally read a matching thread. |
Resolve ../../scripts/jieli_helper.mjs relative to this SKILL.md file and run it directly for thread search:
node <resolved-skill-dir>/../../scripts/jieli_helper.mjs find-threads ...
Do not depend on plugin bin/ commands being on PATH; Codex app shells may not include the plugin bin/ directory. Do not duplicate raw curl calls unless you are diagnosing the helper, and do not enumerate installed helpers or choose wrapper files in this skill.
If the API key is missing, ask the user to configure JIELI_API_KEY or ~/.config/jieli/settings.json. Jieli uses https://jieli.app by default.
node <resolved-skill-dir>/../../scripts/jieli_helper.mjs find-threads "<query>" --page-size 10 --sort updated
--provider from the current agent. Pass it only when the user explicitly asks for one:node <resolved-skill-dir>/../../scripts/jieli_helper.mjs find-threads "<query>" --provider codex --page-size 10 --sort updated
node <resolved-skill-dir>/../../scripts/jieli_helper.mjs find-threads "<query>" --provider claude_code --page-size 10 --sort updated
node <resolved-skill-dir>/../../scripts/jieli_helper.mjs find-threads "<query>" --repo "<repo>" --label "<label>" --page-size 10 --page 2 --sort updated
thread_id/provider_thread_id and read_url.For search-only requests, return a concise ranked list. For content requests, read the selected result and summarize the match, key goals/decisions, relevant files/commands/verification, and open follow-ups. Redact secrets.