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

Review

skill-sennabruno-claude-skills-obsidian-review · by sennaBruno

Use when the user wants to review the current state of a specific project, check progress, identify blockers, or get a status summary with next steps

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

Install

$ agentstack add skill-sennabruno-claude-skills-obsidian-review

✓ 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-sennabruno-claude-skills-obsidian-review)

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 Review? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Review — Status de Projeto

Overview

Resume o estado atual de um projeto especifico, cruzando documentacao do vault com estado real do codigo-fonte. Gera snapshot honesto de progresso, blockers e proximos passos.

Workflow

1. Identificar Projeto

Resolver argumento do usuario para projeto:

| Input (case-insensitive) | Projeto | Repo Path | |--------------------------|---------|-----------| | zapflow, zap, alinhou, barber | ZapFlow | /home/senna/whatsapp-saas | | scrap, furnace, jogo, game | Scrap Furnace | /home/senna/scrap-furnace | | anime, animerec, rec | AnimeRec | /home/senna/animerec | | crypto, arb, cryptoarb | CryptoArb | /home/senna/cryptoarb | | remember, adhd, lembrete | Always Remember | /home/senna/always-remember | | market, bot, marketplace | MarketBot (arquivo) | /home/senna/marketplace-bot |

Se input nao reconhecido, listar projetos disponiveis e perguntar.

2. Coletar Dados (paralelo)

| Fonte | Comando/Path | Info | |-------|-------------|------| | Contexto vault | 01 - Projetos/[X]/\_contexto.md | Arquitetura, status documentado | | Git log | git log --oneline -20 no repo | Atividade recente | | Git status | git status no repo | Changes pendentes | | Branches | git branch no repo | Trabalho em paralelo | | Design docs | docs/plans/ no repo | Plano original, fases | | Notas vault | 07 - Claude/*[projeto]* | Analises anteriores | | Tests | Runner do projeto (pytest/vitest) | Estado dos testes |

3. Output

Criar nota em /mnt/c/Users/senna/ObsidianVault/07 - Claude/YYYY-MM-DD-review-[projeto-slug].md:

---
tags:
  - analise
  - projeto/[tag]
date: YYYY-MM-DD
---

# Review — [Projeto] — YYYY-MM-DD

## Status Geral
[1-2 frases: fase atual, saude do projeto, momentum]

## Ultimo Progresso
[Baseado em git log — ultimos commits relevantes]

## O Que Esta Funcionando
[Features/sistemas completos e funcionais]

## Blockers / Riscos
[O que impede progresso — ser honesto, nao suavizar]

## Divida Tecnica
[Se identificada no codigo ou docs]

## Proximos Passos
1. [Mais urgente]
2. [Segundo mais urgente]
3. [Desejavel]

## Metricas
| Metrica | Valor |
|---------|-------|
| Commits (30d) | X |
| Tests | X passing |
| Fase atual | X de Y |
| Ultimo commit | YYYY-MM-DD |

Regras

  • NUNCA escrever fora de 07 - Claude/
  • Ser honesto sobre blockers — transparencia > otimismo
  • Se projeto esta em 04 - Arquivo/, mencionar que esta arquivado e o motivo
  • Incluir metricas concretas sempre que possivel
  • Se testes falhando, reportar quais e por que
  • Usar wikilinks para referenciar notas e projetos
  • Nao rodar testes automaticamente sem confirmacao do usuario (podem ser lentos)
  • Idioma: Portugues BR

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.