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

Grace Status

skill-osovv-grace-marketplace-grace-status · by osovv

Show the current health status of a GRACE project. Use to get an overview of project artifacts, codebase metrics, knowledge graph health, verification coverage, and suggested next actions.

No reviews yet
0 installs
0 views
view→install

Install

$ agentstack add skill-osovv-grace-marketplace-grace-status

✓ 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-osovv-grace-marketplace-grace-status)

Reliability & compatibility

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

About

Show the current state of the GRACE project, including whether it is safe to hand to a longer autonomous run.

When the optional CLI is available, prefer grace status --path for the initial report. Use grace status --with modules --path when project-level health is not enough and you need module summaries before deeper investigation.

Report Contents

1. Artifacts Status

Check existence and version of:

  • [ ] AGENTS.md — GRACE principles
  • [ ] docs/knowledge-graph.xml — version and module count
  • [ ] docs/requirements.xml — version and UseCase count
  • [ ] docs/technology.xml — version and stack summary
  • [ ] docs/development-plan.xml — version and module count
  • [ ] docs/verification-plan.xml — version and verification entry count
  • [ ] docs/operational-packets.xml — optional packet template version

2. Codebase Metrics

Scan source files and report:

  • Total source files
  • Files WITH MODULE_CONTRACT
  • Files WITHOUT MODULE_CONTRACT (warning)
  • Total test files
  • Test files WITH MODULE_CONTRACT
  • Total semantic blocks (STARTBLOCK / ENDBLOCK pairs)
  • Unpaired blocks (integrity violation)
  • Files with stable log markers
  • Test files that assert log markers or traces when relevant

3. Knowledge Graph and Verification Health

Quick check:

  • Modules in graph vs modules in codebase
  • Any orphaned or missing entries
  • Modules in verification plan vs modules in development plan
  • Missing or stale verification refs
  • Pending phases and steps that still need execution
  • Autonomy blockers from grace lint --profile autonomous

If the optional grace CLI is available, you may also run grace lint --path as a fast integrity snapshot and include any relevant findings in the report.

If the report is specifically about autonomous execution readiness, also run grace lint --profile autonomous --path and summarize blockers versus warnings.

When the report needs focused navigation instead of raw artifact dumps, you may also use:

  • grace module find --path to resolve the relevant module from names, IDs, dependencies, or changed paths
  • grace module show M-XXX --path --with verification,health for the shared/public module snapshot
  • grace module health M-XXX --path for the module-scoped blockers, warnings, and next action
  • grace verification show V-M-XXX --path for the linked verification entry itself
  • grace file show --path --contracts --blocks for the file-local/private markup snapshot

4. Recent Changes

List the 5 most recent CHANGE_SUMMARY entries across source and substantive test files.

5. Suggested Next Action

Based on the status, suggest what to do next:

  • If no requirements — "Define requirements in docs/requirements.xml"
  • If requirements but no plan — "Run $grace-plan"
  • If plan exists but verification is still thin — "Run $grace-verification"
  • If plan and verification are ready but modules are missing — "Run $grace-execute or $grace-multiagent-execute"
  • If drift detected — "Run $grace-refresh"
  • If fast integrity signals are needed before deeper review — "Run grace lint --path "
  • If one lint code needs direct remediation guidance — "Run grace lint --explain "
  • If the next step is targeted investigation of one module or file — "Run grace module show M-XXX --path --with verification or grace file show --path --contracts --blocks"
  • If tests or logs are too weak for autonomous work — "Run $grace-verification"
  • If autonomy blockers are present — "Run grace lint --profile autonomous --path and strengthen verification or packet quality before execution"
  • If everything synced — "Project is healthy"

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.