daltonhaslam

Lit Review Update — Development skill for Claude Code

Development community

Use when the user invokes /lit-review-update to update a completed systematic review with new literature published since the original search date.

How to install Lit Review Update

Installs to ~/.claude/skills/daltonhaslam-lit-review-agent-lit-review-update/SKILL.md

Terminal
mkdir -p ~/.claude/skills/daltonhaslam-lit-review-agent-lit-review-update && curl -fsSL https://raw.githubusercontent.com/daltonhaslam/lit-review-agent/HEAD/skills/lit-review-update.md -o ~/.claude/skills/daltonhaslam-lit-review-agent-lit-review-update/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Lit Review Update does


name: lit-review-update description: Use when the user invokes /lit-review-update to update a completed systematic review with new literature published since the original search date. Re-runs retrieval, screens only new articles, and merges new includes into existing outputs.

Lit Review Update — Skill

Update an existing **completed** systematic review with new literature published since the original search date. Re-runs retrieval using the original queries, screens only new articles

Alternatives in Development

  • Godogen Source Repo — This repository contains two source trees for the same project: - claude/ — Claude Code source tree - codex/ 2.8k ★
  • AgentSkillOS — Build your agent from 200,000+ skills via skill RETRIEVAL & ORCHESTRATION 373 ★
  • Copilot Leak — Copilot's auto-review escapes: find them since the last look, sanitise them, and turn each one into a lesson 189 ★

Full documentation available on GitHub

View Source Repository