llmops-demo-ts: Skill for Claude Code

.claude/skills/review-code/SKILL.md

review-code is a skill for Claude Code from yu-iskw/llmops-demo-ts. It costs 29 tokens per session (290 once invoked), scanned A, original, Apache-2.0.

A code-review checklist for examining changed files after edits or in a pull request. It checks correctness, security, TypeScript quality, performance, and project conventions.

In plain words
What is it for?
Use it to review a diff or selected files and report critical issues, warnings, and suggestions. A pull request is a proposed code change awaiting review.
Why use it?
It helps find bugs, security risks, and inconsistencies before code is merged. Findings are grouped by how urgently they need attention.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: agent in frontmatter.

This is yu-iskw/llmops-demo-ts's own configuration. It tells Claude Code how to work on llmops-demo-ts itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything llmops-demo-ts configures →

Reuse

Borrowing it

Nothing to install: this file belongs to yu-iskw/llmops-demo-ts. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/yu-iskw/llmops-demo-ts/main/.claude/skills/review-code/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/yu-iskw/llmops-demo-ts

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for review-code

README.md
[![agentmods](https://agentmods.dev/badge/skills/yu-iskw/llmops-demo-ts/review-code.svg)](https://agentmods.dev/skills/yu-iskw/llmops-demo-ts/review-code)
Your own site
<a href="https://agentmods.dev/skills/yu-iskw/llmops-demo-ts/review-code"><img src="https://agentmods.dev/badge/skills/yu-iskw/llmops-demo-ts/review-code.svg" alt="Measured on agentmods" height="20"></a>
Per session 29 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 290 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00029 $0.00290
Opus 5 $0.00015 $0.00145
Sonnet 5 $0.00006 $0.00058
Haiku 4.5 $0.00003 $0.00029

Measured 3d ago against content hash 7b4a9e419941, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

review-code scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/review-code/SKILL.md · 60 lines

What it actually says

Review Code

Review the following code:

$ARGUMENTS

Review Scope

  1. Run git diff to identify changes (or examine specified files)
  2. Review each changed file against the checklist below
  3. Report findings organized by severity

Review Checklist

Correctness

  • Logic handles all cases including edge cases
  • Async operations properly awaited
  • Error handling is appropriate

Security

  • No hardcoded secrets
  • Input validation at boundaries
  • No injection vectors (command, XSS, prompt)

TypeScript Quality

  • Proper type annotations
  • No unnecessary any types
  • Interfaces defined for data structures

Performance

  • No unnecessary re-renders (Vue components)
  • Efficient algorithms and data structures
  • Streaming used for AI responses

Architecture

  • Follows project patterns (BaseAgent, StateGraph, tsoa)
  • Correct package boundaries
  • No circular dependencies

Output

Provide findings as:

  • 🔴 Critical: Must fix before merge
  • 🟡 Warning: Should fix
  • 🔵 Suggestion: Consider improving
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 60 lines · 29 tokens per session scan A 7b4a9e419941

Subscribe to this mod's changes

review-code is a skill published in the GitHub repository yu-iskw/llmops-demo-ts (6 stars, last pushed 7d ago), licensed Apache-2.0. It adds 29 tokens to every session and 290 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-04.

Related

Other skills, from other repositories

karpathy

Coding principles for simplicity, clarity, and surgical precision. Use when you want Claude to think before coding, keep solutions minimal, make surgical changes, and define verifiable success criteria. Triggers on: karpathy mode, think before coding, simplicity first, surgical changes.

Onelevenvy/flock · 57 tokens

code-reviewer

Reviews Java code for best practices, security issues, and Spring Framework conventions. Use when user asks to review, analyze, or audit code.

liuyueyi/spring-ai-demo · 32 tokens

review-prs

Review a GitHub pull request in the googleapis/mcp-toolbox repo against the team's reviewer checklist: PR title/description conventions, linked issue, logic errors and unhandled edge cases, breaking changes, test coverage, docs updates, security (input handling), and new dependencies. Use whenever a maintainer asks…

googleapis/mcp-toolbox · 162 tokens

bootstrap-repo-analysis

First-time analysis of a repository with no prior reviewer outcomes. Crawl historical merged-PR review feedback with the gh CLI (plus any preloaded samples), extract the team's review norms, and synthesize the initial per-repo review-style prompt. Use this for a cold-start repo; use continual-learning instead once the…

langchain-ai/open-swe · 73 tokens

continual-learning

Nightly refinement of an existing per-repo review-style prompt using this reviewer's own finding outcomes. Read confirmed (resolved-by-commit / thumbs-up) and dismissed (thumbs-down) findings, promote the bug patterns the team actually fixes, demote the false-positive patterns, reconcile against the current prompt…

langchain-ai/open-swe · 89 tokens

discount-review

Inspect the discount policy fixture with a repeatable review checklist and helper script.

promptfoo/promptfoo · 18 tokens