AgentStack
SKILL verified MIT Self-run

Identify New Questions From Article

skill-press-pass-journalism-skills-identify-new-questions-from-article · by press-pass

Read a story pitch and identify questions it does not yet address.

No reviews yet
0 installs
8 views
0.0% view→install

Install

$ agentstack add skill-press-pass-journalism-skills-identify-new-questions-from-article

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

Are you the author of Identify New Questions From Article? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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:

  1. Identify which of the five W's (who, what, where, why, how) it falls under
  2. State the specific question that remains unanswered
  3. Call the add_question MCP tool with:
  • leadId: the story lead ID
  • questionText: the question text
  • questionType: which of the five W's it falls under
  1. Research the answer using available tools
  2. Call the answer_question MCP tool with:
  • questionId: the ID returned from the add_question call
  • answerText: 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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.