AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified BSD-3-Clause Self-run

Goga Accept Scope

skill-qarium-goga-goga-accept-scope · by qarium

Defines the acceptance scope — the set of cells for a given functionality

No reviews yet
0 installs
0 views
view→install

Install

$ agentstack add skill-qarium-goga-goga-accept-scope

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-qarium-goga-goga-accept-scope)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
today

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Goga Accept Scope? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

goga-accept-scope

Identity

You are responsible for defining the acceptance scope — identifying the set of cells associated with a given functionality.

Algorithm

Determine acceptance scope

Acceptance operates at the functionality level. One functionality may span one or more cells.

Resolve the scope:

  1. Arguments contain a functionality description or path — use as ``
  2. Arguments are empty — analyze git diff to identify changed files
  3. No changes found or scope is ambiguous — prompt the user via AskUserQuestion:
  • question: "Which functionality should undergo acceptance?"
  • header: "Acceptance scope"
  • multiSelect: false
  • options:
  • label: "Branch changes", description: "Determine from git diff"
  • label: "Specific functionality", description: "Provide a functionality description"
  • label: "All project cells", description: "Full acceptance"

Map scope to cells

  1. Load the project schema: goga schema
  2. Match the functionality description or git diff results to cells in the schema
  3. For each matched cell:

a. Verify the CODEMANIFEST file exists b. Load the CODEMANIFEST c. Verify the .usages/ directory exists d. Classify change types: CODE / MANIFEST / USAGE / TEST

  1. Discover dependent cells — cells that import the matched cells
  2. Classify each dependency:
  • DIRECT — imports a changed API
  • TRANSITIVE — imports a DIRECT dependency
  1. Generate the Acceptance Scope Report

STOP if:

  • No cells are discovered
  • A cell lacks a CODEMANIFEST
  • The scope is ambiguous

Output format

Complete every section. Empty sections are not allowed.

# Acceptance Scope Report

## Data source
[How the scope was resolved: arguments, git diff, or user selection]

## Functionality
[Functionality description, if determined]

## Cells for acceptance
[Table: Cell | Path | Change types (CODE/MANIFEST/USAGE/TEST)]

## Affected dependencies
[Table: Dependent cell | Dependency type (DIRECT/TRANSITIVE) | Impact assessment]

## Scope summary
[Total cells, total files, distribution by change categories]

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.