forge-clarify

forge-clarify is a skill for Claude Code, Codex from SidCorp-co/forge. It costs 94 tokens per session (1,746 once invoked), scanned A, original, Apache-2.0.

A clarification step for Forge issues, where Forge is the project's issue-tracking workflow. It confirms what a bug or feature should do by reproducing behavior, checking user expectations, and saving evidence when needed.

In plain words
What is it for?
Use it after an issue has been confirmed and before planning the work, especially for bugs or larger features.
Why use it?
It reduces the risk of writing an implementation plan for the wrong problem or misunderstanding the requested behavior.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/sidcorp-co/forge/forge-clarify
Any agent
npx skills add SidCorp-co/forge --skill forge-clarify
Clone the repo
git clone --depth 1 https://github.com/SidCorp-co/forge

Made for: Claude Code, Codex.

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 forge-clarify

README.md
[![agentmods](https://agentmods.dev/badge/skills/sidcorp-co/forge/forge-clarify.svg)](https://agentmods.dev/skills/sidcorp-co/forge/forge-clarify)
Your own site
<a href="https://agentmods.dev/skills/sidcorp-co/forge/forge-clarify"><img src="https://agentmods.dev/badge/skills/sidcorp-co/forge/forge-clarify.svg" alt="Measured on agentmods" height="20"></a>
Per session 94 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,746 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
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 $0.00094 $0.01746
Opus 5 $0.00047 $0.00873
Sonnet 5 $0.00019 $0.00349
Haiku 4.5 $0.00009 $0.00175

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

Security

Grade A, and why

forge-clarify scanned grade A with 1 finding 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- **Browser (optional)** — if a browser-automation MCP is available, use whatever browser tools the runner exposes (auto-detected; usually surfaced as `browser_*`: navigate, click, type, snapshot/screenshot). Do not hard
packages/core/skills/forge-clarify/SKILL.md · 117 lines

How it starts

The opening of the file, as written. The whole thing — 117 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Forge Clarify

This is the step between triage and plan: confirmed → clarified. Its job is to validate understanding — reproduce bugs in a live environment, verify UX expectations for features, and capture visual evidence. This prevents the plan step from targeting the wrong code path or misunderstanding the desired outcome.

Every issue passes through clarify — there is no auto-skip. Scale the depth to the issue: a trivial xs/s change needs only a quick intent restate + confidence check (no full reproduction), while a bug or larger feature gets the full investigation below.

Usage

/forge-clarify <documentId>

Tools

  • forge_issues — get/update issues
  • forge_comments — list/create comments
  • Browser (optional) — if a browser-automation MCP is available, use whatever browser tools the runner exposes (auto-detected; usually surfaced as browser_*: navigate, click, type, snapshot/screenshot). Do not hardcode a provider. If no browser MCP is available, fall back to curl/WebFetch HTML checks.
  • WebFetch — for API endpoint testing

Workflow

Pull-model note: On large issues forge_step_start returns a lean manifest (bodyTruncated:true). Fetch description/acceptanceCriteria as needed via forge_issues.get { documentId, fields: ['description', 'acceptanceCriteria'] } rather than assuming full body is present.

Step 1: Fetch Issue & Triage Context

Fetch the issue and its comments in parallel:

forge_issues → get → { documentId: "<id>" }
forge_comments → list → { filters: { issue: "<documentId>" } }

Find the triage comment (starts with **Triage** by Snorlax) and extract complexity (xs/s/m/l/xl) and category — they set how deep to go (trivial → quick restate; bug/large → full investigation).

Step 2: Resolve Live Environment

Determine where to test:

  1. Project's staging URLs from forge_config → get (previewDeploy.stagingUrl / stagingApiUrl)
  2. If none available → skip browser testing, note in comment

Read the full file on GitHub · 117 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 117 lines · 94 tokens per session scan A 1fef3c5c94bb

Subscribe to this mod's changes

forge-clarify is a skill published in the GitHub repository SidCorp-co/forge (5 stars, last pushed 3d ago), licensed Apache-2.0. It adds 94 tokens to every session and 1,746 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

adaptive-anti-bot-web-scraping

Adaptive web scraping framework with anti-bot bypass and spider crawling.

rondoflow/rondoflow · 23 tokens

webapp-testing

Start/reuse a local app, wait for readiness, inspect rendered state/console/network, act from observed selectors, and verify with evidence.

Hmbown/CodeWhale · 32 tokens

tutti-workspace-app-factory

Create, convert, or repair one Tutti workspace app as either a self-contained publishable package under package/ or a Chrome-style local debug app under .tutti/dev-app/. Use for mention://workspace-app-factory/create handoffs, mention://workspace-app-factory handoffs, standalone app generation, adapting existing…

tutti-os/tutti · 138 tokens

tutti-record-agent-session-replay

From a Tutti checkout, run, audit, freshly replay, publish, or diagnose Session Replay cassettes that are driven by case-repository scenario scripts (CDP), not by interactive UI recording. Use for real-Provider capture while a scenario.mjs executes, cassette transport or semantic-state mismatches, fresh replay…

tutti-os/tutti · 127 tokens

seo-crawl

Agent-wide core connector rule: when any connected search console is used, discover its operations with listconnectortools and invoke each selected operation through callconnectortool; naming listsites or an analytics operation without the core invocation is not execution.

Orkas-AI/Orkas · 3 tokens

seo-tech-audit

Judge the technical SEO facts produced by seo-crawl and return falsifiable findings + a health score. This is pure analysis — it does no network I/O and only reasons over the crawl JSON.

Orkas-AI/Orkas · 4 tokens