From journalism-skills
Enrich all story leads by running discovery skills against each story in parallel.
How this skill is triggered — by the user, by Claude, or both
Slash command
/journalism-skills:enrich-storiesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
First, call the `get_story_leads` MCP tool to get all story leads.
First, call the get_story_leads MCP tool to get all story leads.
For each story lead, run the following skills as parallel background subagents:
/journalism-skills:trusted-human-source-discovery <lead-id>/journalism-skills:identify-new-questions-from-article <lead-id>Then, call the get_story_leads_without_photos MCP tool to get leads missing photo evidence.
For each of those leads, run as a parallel background subagent:
/journalism-skills:find-photo-evidence <lead-id>Wait for all subagents to complete. Then summarize which stories were enriched and any that failed.
npx claudepluginhub press-pass/journalism-skills --plugin journalism-skillsCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.