# Hr Review

> Review local inventory workers for security, compatibility, testing readiness, and description clarity

- **Type:** Skill
- **Install:** `agentstack add skill-sdwolf4103-opencode-agenthub-hr-review`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [sdwolf4103](https://agentstack.voostack.com/s/sdwolf4103)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [sdwolf4103](https://github.com/sdwolf4103)
- **Source:** https://github.com/sdwolf4103/opencode-agenthub/tree/main/src/skills/hr-review

## Install

```sh
agentstack add skill-sdwolf4103-opencode-agenthub-hr-review
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# HR Review Protocol

## Purpose

Update a local inventory worker card and write review notes for a single candidate.

## Output Files

Read and update:

- `$HR_HOME/inventory/workers/.json`

Write:

- `$HR_HOME/inventory/workers/.review.md`

## Compact Review Shape

Keep `.review.md` compact and field-based. Use this shape:

```text
##  Review
fit: 
agent_class: 
deployment_role: 
risk_tier: 
testing_readiness: 
description_clarity: 
gaps: 
notes: 
```

## Required Worker Card Keys

- `schema_version`
- `candidate_slug`
- `worker_id`
- `name`
- `summary`
- `source_id`
- `source_path`
- `source_commit`
- `inventory_status`
- `asset_kind`
- `agent_class`
- `deployment_role`
- `type`
- `hire_shape`
- `host_requirement`
- `self_contained`
- `compatibility`
- `risk_tier`
- `testing_readiness`
- `description_clarity`
- `recommended_hosts`
- `flags`
- `artifacts`

## Inventory Status Values

- `draft`
- `available`
- `retired`

Use `draft` when first discovered or still incomplete, `available` when reviewed and fit for staffing, and `retired` when kept for reference but excluded from staffing.

## Review Dimensions

1. **Provenance** — can the source be traced cleanly?
2. **Security** — prompt injection, dangerous shell or code instructions, hidden external dependencies
3. **Compatibility** — can this become a native Agent Hub asset without pretending it is something else?
4. **Testing readiness** — are there enough instructions to test or verify the adapted asset?
5. **Clarity**
   - **subagent description clear** = the description states scope, inputs, outputs, and limits
   - **skill description clear** = the description states trigger/use-case, procedure, and expected output

Update `inventory_status` conservatively. Do not mark a worker `available` when provenance, safety, or clarity remain unresolved.

## Clarity Ratings

- `clear`
- `needs-clarification`
- `unclear`

## Agent Class Rules

- `pure-soul` when the candidate is primarily an identity/behavior contract and can host multiple tasks.
- `mixed-soul-skill` when identity and specialized workflow are fused and should usually stay narrow.
- `skill` assets are attachments and must not be upgraded into full agents without explicit adaptation work.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [sdwolf4103](https://github.com/sdwolf4103)
- **Source:** [sdwolf4103/opencode-agenthub](https://github.com/sdwolf4103/opencode-agenthub)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-sdwolf4103-opencode-agenthub-hr-review
- Seller: https://agentstack.voostack.com/s/sdwolf4103
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
