Install
$ agentstack add skill-press-pass-journalism-skills-identify-new-questions-from-article ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
You will be given a story lead ID. First, call the get_story_leads MCP tool and find the lead matching the provided ID. Read its title, why it matters, sources, and existing questions to understand the story.
In a good article, who, what, where, why, and how are all answered. Oftentimes when writing an article, some of these questions will be left unanswered. Analyze the story lead and identify if any of these questions are unanswered.
For each unanswered question:
- Identify which of the five W's (who, what, where, why, how) it falls under
- State the specific question that remains unanswered
- Call the
add_questionMCP tool with:
leadId: the story lead IDquestionText: the question textquestionType: which of the five W's it falls under
- Research the answer using available tools
- Call the
answer_questionMCP tool with:
questionId: the ID returned from the add_question callanswerText: the researched answer
After processing all questions, summarize what new questions were added and which were answered.
Story lead ID: $ARGUMENTS
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: press-pass
- Source: press-pass/journalism-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.