Install
$ agentstack add skill-upsolve-labs-upstack-advisor ✓ 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →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)
git status --short— uncommitted changes?git branch --show-current— which branch?git log --oneline -5— recent commitsgh pr list --state open --author @me --limit 5— open PRs (skip if gh unavailable)- Read TODOS.md if it exists
- 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.
- Author: Upsolve-Labs
- Source: Upsolve-Labs/upstack
- License: MIT
- Homepage: https://upsolve.ai/
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.