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

Os Self Test

skill-lglucas-ai-dev-operating-system-os-self-test · by lglucas

Verify the AI Dev Operating System is in a coherent state inside a project. Detects missing canonical files, broken cross-references, version drift, gitignore gaps, stale paths after a migration, and orphaned artifacts. Run after major edits to the OS or before opening a new sprint.

— No reviews yet
0 installs
22 views
0.0% view→install

Install

$ agentstack add skill-lglucas-ai-dev-operating-system-os-self-test

✓ 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 Used
  • ✓ 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-lglucas-ai-dev-operating-system-os-self-test)

Reliability & compatibility

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

About

OS Self-Test

When to run this skill

  • After the user manually edited the OS (rules, agents, skills, commands).
  • Before opening a new sprint.
  • Before tagging a release.
  • When something feels off ("Claude tá agindo estranho").

Checks

1. Canonical structure present

  • [ ] CLAUDE.md at root
  • [ ] START-HERE.md at root
  • [ ] WIZARD.md at root
  • [ ] .claude/ directory with agents/, rules/, skills/, commands/
  • [ ] No duplicate agents/, rules/, skills/, commands/ at root

2. Required artifacts (if a project is in progress)

  • [ ] docs/product/PRODUCT-BRIEF.md
  • [ ] docs/business/BUSINESS-PLAN.md
  • [ ] docs/technical/TECHNICAL-PLAN.md
  • [ ] docs/SPRINTS.md
  • [ ] CHANGELOG.md
  • [ ] session-log/INDEX.md

3. Version consistency

  • [ ] README badge version matches latest RELEASE-NOTES-vX.Y.Z.md
  • [ ] CHANGELOG top entry version matches release notes
  • [ ] templates/project/CLAUDE.md version is a placeholder (0.0.1), not a real OS version

4. Gitignore baseline

  • [ ] .env and friends ignored
  • [ ] node_modules/ ignored
  • [ ] CLAUDE.local.md ignored
  • [ ] *.zip and archive patterns ignored
  • [ ] Personal canonical references (e.g. docs/instrucoes-master.md) ignored

5. Cross-reference integrity

  • [ ] No reference to deleted paths (agents/, rules/, skills/, commands/ at root)
  • [ ] No reference to stale release notes
  • [ ] All README links resolve to existing files

6. Skill / agent header sanity

  • [ ] Every SKILL.md has frontmatter with name and description
  • [ ] Every agent file has clear "use when" guidance
  • [ ] No skill or agent references a deleted command

Output format

🩺 OS Self-Test — [date]

Canonical structure:    ✅
Required artifacts:     ⚠️  3 of 6 present (project may be early — OK if pre-coding)
Version consistency:    ✅
Gitignore baseline:     ✅
Cross-reference scan:   ❌ 2 issues found:
  • docs/foo.md links to deleted skills/secrets-scan/
  • README badge points to RELEASE-NOTES-v0.1.0.md (deleted)
Skill / agent headers:  ✅

Action needed: fix the 2 cross-reference issues above before next sprint.

Implementation note

When asked to run, Claude should:

  1. Glob the canonical paths.
  2. Grep for deleted-path references using known migration mappings.
  3. Read the README badge URL and verify the file exists.
  4. Read CHANGELOG top entry and compare versions.
  5. Produce the report above with specific line numbers for any failures.

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.