jobs
GitHub用于检查研究工作流的运行状态、计划中的后续任务及持久化工件。当用户询问当前运行的研究流程或需要研究运行状态时触发此技能。
Trigger Scenarios
Install
npx skills add companion-inc/feynman --skill jobs -g -y
SKILL.md
Frontmatter
{
"name": "jobs",
"description": "Inspect visible research run state, scheduled research follow-ups when available, and durable watch artifacts. Use when the user asks what's running for a research workflow or wants research-run status."
}
Jobs
Run the /jobs workflow. The slash command expands the full workflow instructions in the active session; do not try to read a relative prompt-template path from the installed skill directory.
Shows visible research-run process/scheduler state when those tools are installed, running subagent tasks, and durable watch/autoresearch/replication artifacts on disk. If process or scheduling tools are unavailable, the workflow reports that capability as blocked instead of claiming background state exists.
Version History
- 54d08a3 Current 2026-07-25 07:15


