SkeneDevelopersPricing
Skene
Log inStart free
For developers

The developer reference.

The exact strings behind the developers page: commands and flags, the two checks, the GitHub App permissions, and the Supabase connection.

The GitHub App

What it can and cannot do to your repository.

Four permissions, and nothing reaches your default branch without a pull request you merge.

The gate is deterministic: it returns the events your journey says should exist and do not. Call it over HTTP from CI, or as an MCP tool from your coding agent.

The review is a model reading your diff against a policy, run on pull request opened, updated or reopened. It comments on the exact line and can be wrong. Gate merges on the deterministic check.

In CI, the tracking scanner runs on your runner and posts findings to the check endpoint. A not-ok answer fails the build. It never comments on the pull request.

Reviews collect on a Pull requests page in your workspace.

What each connection can see →

Access scopes

Four permissions, and nothing else.

The App is scoped to the repositories you select, and every change it makes arrives as a pull request.

  • ⌘Contents

    Read & write. Reading your code and skene-context/ files; committing updates back through pull requests.

  • ↔Pull requests

    Read & write. Reading diffs, posting reviews, opening fix pull requests.

  • ○Issues

    Read & write. Responding to /skene fix comments.

  • ⌕Metadata

    Read. Listing the repositories the installation can access.

The command surface

Skene OSS, from the terminal.

The three ways to run it, the two schema flags, and the model providers it takes.

The full subcommand list, flag tables and engine HTTP API are in the Skene OSS docs: see the CLI reference and the HTTP API reference.

bash
# run it with nothing installed
$uvx skene analyse-journey .
# or install the TUI from GitHub Releases, then run it
$curl -fsSL https://raw.githubusercontent.com/SkeneTechnologies/skene/main/tui/install.sh | bash
$skene
# or install from PyPI
$pip install skene
# your database schema, one way or the other, never both
$uvx skene analyse-journey . --schema-dir ./schemas
$uvx skene analyse-journey . --db-url "postgresql://user:pass@host:5432/app"
Pass one schema flag or the other, never both. Pass neither and no database is read at all.
What the run takes

Two flags, seven providers, two agents.

Every count the band above states, with the clause that qualifies it.

  • ▤Two schema flags, and neither is the default

    --schema-dir takes a directory of exported .sql files; --db-url takes a live PostgreSQL string, Supabase included. The CLI introspects the database at runtime and never persists it. Connecting to a live database is your choice, never the default.

  • ⌘Seven values for --provider

    openai, gemini, anthropic/claude, lmstudio, ollama, generic or skene, and --api-key sets the key. lmstudio and ollama run locally and need no key. Skene charges nothing for the run; --provider skene points the CLI at Skene as a model provider without making the run a Cloud product.

  • ↔Two agents, seven lifecycle stages

    One emits a milestone per user-facing table in your schema; the other emits one per user-facing route, handler, analytics call or job in your repository. Milestones land across discovery, onboarding, activation, engagement, retention, expansion and virality.

What you are never asked to do

No second analytics tool.

PostHog, Mixpanel and the rest of your analytics stack keep receiving what they receive today.

Skene protects the tracking calls that feed PostHog, Mixpanel, and whatever else your team already runs.

The scanner recognises tracking calls for 16 analytics platforms by pattern, no model in the loop. It can tell you a call is gone without reading the events it would have sent.

You connect your own Supabase project over OAuth, and it starts read-only. It reads table, column and type definitions, not row data. It never writes. Read-write mode for automations is opt-in; none of the checks need it.

Where the data lands

Unchanged by Skene

PostHog · Keeps receiving what it receives today · Mixpanel · Unchanged

FAQ

What to check before you connect a repository.

The full flag tables and the engine HTTP API are in the Skene OSS docs.

No. The gate is deterministic: it returns the events your journey says should exist and do not. The review is a model reading your diff against a policy, so it comments on the exact line and it can be wrong. Gate merges on the deterministic check.

Two flags cover the database schema and you pass one or the other, never both. Pass neither and no database is read at all.

No. uvx skene analyse-journey . runs it with nothing installed, and the TUI binary comes from GitHub Releases. The pull request check runs as a GitHub App.

PostHog, Mixpanel and the rest of your analytics stack keep receiving what they receive today. The scanner recognises tracking calls by pattern and can tell you a call is gone without reading the events it would have sent.

Put the check on a pull request.

The case for it, the review it writes, and what you keep if we go away are on the developers page.

Start freeRead the CLI docs
Skene

Product

How it worksMeasure what you shipFeaturesIntegrationsSecuritySupabasePricing

Developers

Developersvs coding agentsOpen sourceDocs

Resources

ResourcesGlossaryPlaybooksBlogReleases

Company

AboutCommunityEventsContactPrivacyTerms
© 2026 Skene Technologies. All rights reserved.
Skene