Install
$ agentstack add skill-neuroanalytics-data-science-harness-qc-review ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README — it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming — see below.
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 →About
Skill: qc-review
Assess whether the dataset is in good shape to build on and release: is it BIDS-valid (Self-containment), and how does the project score across STAMPED? This is a read-only review that turns the current state into a short report with concrete next actions. You delegate validation to the bids doer and state inspection to the datalad doer; you do not modify anything.
When to use
- Before grouping/releasing a product, at the end of curation, or whenever the user wants a quality
or reproducibility check.
- Do NOT use to fix issues — this skill only diagnoses. It routes each gap to the skill that fixes
it (curate/annotate, curate/raw-to-bids, analyze/checkpoint, disseminate/publish, …).
Steps
- BIDS validation (bids doer) — delegate:
> "validate this dataset against BIDS and report result (valid/invalid/unverified), error and > warning counts, and any dataset_description/participants/sidecar gaps." Relay the summary. If the validator is absent, report unverified with the install hint — never claim validity that was not checked.
- State inspection (datalad doer) — delegate a read-only check:
> "status + log: is the working tree clean, what is the current branch, is a sibling configured?"
- STAMPED self-assessment — from the bids result, the datalad state, and the ledger
(project.yaml), score each letter and name the gap-closing skill:
- S self-contained → BIDS valid +
dataset_description.json/READMEpresent (curate/*) - T tracked → working tree clean, runs recorded (
analyze/checkpoint,run-comparison) - A actionable → analyses are provenanced
datalad runs, not ad-hoc shell - M metadata → data dictionary / sidecars / controlled terms present (
curate/annotate) - P/E portable/ephemeral → a container recipe exists and analyses run in it
(process/run-pipeline, run-comparison)
- D distributable → a sibling exists / a product is released (
disseminate/publish,
dataset-release)
- Log it — append
{ ts, op: qc-review, stage: qc, note: "bids ; STAMPED gaps: ", branch: }, then delegate the save to the datalad doer. - Report — a compact scorecard: BIDS result (errors/warnings), the STAMPED letters that are
satisfied vs. the gaps, and for each gap the single skill that closes it. Recommend the highest priority next action.
Constraints
- Read-only: never modify, rename, or "fix" dataset files here — diagnose and route to the fixing
skill. Validation and state inspection go through the bids and datalad doers respectively.
- Never assert BIDS validity the bids doer did not verify (an absent validator is
unverified, not
a pass).
- The STAMPED assessment is a snapshot, not a gate — report it plainly with gaps; do not block other
work. Keep log: append-only and the ledger schema-valid.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: neuroanalytics
- Source: neuroanalytics/data-science-harness
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.