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

Preflight

skill-mverab-slashstack-skills-preflight · by mverab

Use before editing code to inspect project state and constraints.

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

Install

$ agentstack add skill-mverab-slashstack-skills-preflight

✓ 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-mverab-slashstack-skills-preflight)

Reliability & compatibility

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

About

Preflight

Purpose

Inspect repo state before coding, in beginner-friendly language.

When to Use

Use before editing code to inspect project state and constraints.

Workflow

  1. Respond in the user's language. If the user writes Spanish, answer in Spanish.
  2. Explain what just happened: state that SlashStack added local agent guidance files and did not change app code.
  3. Inspect git status: current branch, uncommitted changes, recent commits, and dirty working tree.
  4. Inspect installed SlashStack skills: list the skills folder found, count the SKILL.md files, and name the installed skills.
  5. Discover constraints: identify the test command, build command, lint command, and project conventions from .agents/memory/project.md or project files.
  6. Flag risks with severity:
  • High: wrong branch, uncommitted changes that will conflict, failing tests on main.
  • Medium: missing tests for the target area, unknown build/lint commands.
  • Low: stale references in .agents/references/, unused dependencies, thin project memory.
  1. Modo Aprendiz: for EACH risk item, include three sub-fields in beginner-friendly Spanish:
  • Qué significa: what the risk means in plain language.
  • Por qué importa: why it matters for the project.
  • Qué hacer ahora: one concrete action to take now.
  1. Avoid jargon. Explain risks in beginner-friendly language without hiding exact commands or file paths.
  2. Do not edit files, run fixes, deploy, or change configuration.

Output

Use exactly these sections:

  • What just happened: one short explanation of what SlashStack installed and what it did not change
  • SlashStack installed: skills folder, number of skills, installed skill names
  • Project state: branch, commits, uncommitted changes
  • Commands detected: test, build, lint
  • Risks: High / Medium / Low items with plain-language impact and recommended action; each item includes Qué significa, Por qué importa, and Qué hacer ahora
  • What to do now: one concrete safest next step
  • Exact next prompt: one copy-paste prompt the user can send next

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.