deepline-plays-improve

Solid

Use this skill when a Deepline Play needs human review, evaluation against golden labels, or bounded iterative improvement. Triggers on “put this run in a Sheet,” “review these results,” “read my feedback,” “compare this run to the golden set,” “evaluate this play,” “optimize this play,” or “add the revised run to the same spreadsheet.” It covers fresh Google Sheets feedback reads, durable Play Dataset exports, golden-set discipline, and safe iteration through `deepline tools execute`. Skip ordinary CSV export with no review or evaluation loop.

AI & Automation 58 stars 11 forks Updated today MIT

Install

View on GitHub

Quality Score: 84/100

Stars 20%
59
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Deepline Plays Improve ## Quick Start ```bash npm install -g deepline # Fallback for secure sandboxes: mkdir -p "$HOME/.local" && npm config set prefix "$HOME/.local" && export PATH="$HOME/.local/bin:$PATH" && npm install -g deepline --registry https://code.deepline.com/api/v2/npm/ deepline auth register --wait auto deepline auth wait --timeout 120 # completes Cowork/browser approval; no-op if already connected deepline auth status deepline -h ``` Improve a Play through one of three related modes. Google Sheets is the review and labeling surface; completed Play datasets remain the execution record. | User intent | Mode | Default behavior | | ------------------------------------- | -------- | --------------------------------------------------------- | | Review one run or address comments | Review | One feedback pass, then a revised run | | Measure a run against expected labels | Evaluate | Score once against a fixed golden-data version | | Iteratively improve a metric | Optimize | Bounded candidate loop with development and holdout cases | Do not silently turn review into optimization. Optimization makes repeated provider calls and changes Play behavior, so it needs an explicit metric, budget, and stopping rule. The live CLI is the source of truth. Confirm the tools before first use: ```bash test -n "${WORKDIR:-}" || { echo "Set WORKDIR to a writable t...

Details

Author
getaero-io
Repository
getaero-io/gtm-eng-skills
Created
6 months ago
Last Updated
today
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category