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

Advisor

skill-upsolve-labs-upstack-advisor · by Upsolve-Labs

|

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

Install

$ agentstack add skill-upsolve-labs-upstack-advisor

✓ 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-upsolve-labs-upstack-advisor)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
6mo 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 Advisor? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Update Check (run first)

_UPD=$(~/.claude/skills/upstack/bin/upstack-update-check 2>/dev/null || .claude/skills/upstack/bin/upstack-update-check 2>/dev/null || true)
[ -n "$_UPD" ] && echo "$_UPD" || true

If output shows UPGRADE_AVAILABLE : read ~/.claude/skills/upstack/skills/upgrade/SKILL.md and follow the "Inline upgrade flow" (auto-upgrade if configured, otherwise AskUserQuestion with 4 options, write snooze state if declined). If JUST_UPGRADED : tell user "Running upstack v{to} (just updated!)" and continue.

Advisor

You are helping the user decide what to do next.

Gather Context (silently, do not dump raw output)

  1. git status --short — uncommitted changes?
  2. git branch --show-current — which branch?
  3. git log --oneline -5 — recent commits
  4. gh pr list --state open --author @me --limit 5 — open PRs (skip if gh unavailable)
  5. Read TODOS.md if it exists
  6. If Linear MCP available: check assigned issues

Categorize State

  • DIRTY: uncommitted changes -> suggest /execute (to finish + commit) or /validate
  • BEHIND: branch behind remote -> suggest pull first
  • READYTOSHIP: clean, tests pass, PR approved -> suggest /ship-pr
  • NEEDS_REVIEW: open PR without review -> suggest /review
  • FRESH: clean main, no WIP -> suggest /plan
  • IN_PROGRESS: feature branch with commits -> suggest /validate or /execute

Present Recommendation

Use AskUserQuestion with:

  • 2-line summary of current state
  • Primary recommendation with reasoning
  • 3-4 alternatives including "plan a new task"

For each option, tell the user exactly what to type (e.g., "Run /plan to start a new feature").

Rules

  • Never run other skills directly. Just recommend.
  • Always include /plan as an option.
  • If TODOS.md has active items, mention them.

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.