AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Investigate

skill-mintedkenny-skills-investigate · by MintedKenny

PR-grade investigation of an issue or request — deep dive, options, and a ranked recommendation, no implementation. Use to scope a bug or feature before writing code.

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

Install

$ agentstack add skill-mintedkenny-skills-investigate

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

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-mintedkenny-skills-investigate)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Investigate? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Investigate

Investigate the issue or request just described. PR-grade — return a recommendation, not code.

If the input references an issue-tracker ID (Linear, Jira, a GitHub issue, etc.), fetch that issue first for full context using whatever tracker tool the host provides. Don't change the issue's status during the investigation unless the user explicitly asks you to take ownership.

Evidence first

No recommendations without evidence. If a claim relies on an assumption, label it.

  • Read the code at the relevant files.
  • If it's runtime behavior, check what's running and pull logs from the relevant services (e.g. docker compose ps, then service logs). Skip if nothing is up.
  • git log — recently changed code is often the culprit.
  • Any project log of known issues or recurring patterns, if the problem is behavioral.
  • Related architecture docs / ADRs as needed.

Confirm the load-bearing claim. The Read (below) is whatever the report stands on — a root cause, a mechanism, a fact about the codebase. Verify it against the actual code or system before it anchors the options; don't let an assertion carry the recommendation. Where it's runtime behavior, observe it (logs, a probe); where it's structural, cite the code. Every option and the recommendation inherit the Read's confidence.

Approach

  • First principles — what's actually going on beneath the surface framing? Root cause for a bug; the real mechanism or fact for a concept.
  • Challenge the premise — the greenfield lens applies to the issue itself, not just the fix. Tracked issues can be stale, mis-scoped, or wrong-direction. If the problem wouldn't exist in a clean rebuild — or pursuing it would add long-term noise or overcomplication — Drop is the right recommendation. Don't manufacture work to look productive.
  • Architecturally superior > expedient — ignore migration effort as an objection. Effort is not a design constraint.
  • Edge cases & downstream effects — what breaks, what surprises?
  • Stay in scope; expand only if the scope itself is wrong.
  • Use available host skills or plugins when they materially improve the investigation. If UI is relevant, apply the host's frontend/design capability when present; otherwise read the repo's design docs and evaluate against them directly.

Output

Deep dive

  • Read: the one-line core finding the report stands on — what's actually going on. Tag it confirmed or hypothesis.
  • Evidence: paragraphs or bullets with file:line citations

Greenfield ideal (only if architecture or design is touched) — one paragraph: built from scratch today, what would this look like? Anchors the options below against the ideal, not the current state. Skip for narrow bugs (typos, isolated logic errors).

Options & trade-offs — for each viable approach:

Option A:

  • Approach: one-line description
  • Pros: what this gets right
  • Cons: what this costs
  • Greenfield score: (only for non-narrow cases — how close to the ideal)

Option B: … same shape.

Recommendation: Option — or Drop if the premise doesn't hold (the issue is stale, mis-scoped, or net-negative to pursue), or Inconclusive if the central question can't be resolved from available evidence

  • Why: the decisive reason
  • Trade-off accepted: what this gives up vs. the alternatives
  • Watch for: downstream risks worth tracking (optional)

If Inconclusive: name what's ruled out and the specific evidence that would settle it. Don't manufacture a confident recommendation on an unresolved Read.

Do not implement.

Next

  • To act on the recommendation, file it in your issue tracker or write it up as a spec, then implement it in a separate pass.
  • To keep exploring, treat the leading option as a starting point and widen the investigation.
  • If the recommendation is Drop, ask the user whether to close the tracked issue as cancelled. Do not close it in the same response as the investigation report.
  • If the recommendation is Inconclusive, gather the evidence you named before deciding — keep exploring, or hand back to the user. Don't file or commit on an unresolved Read.

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.