Source profileQuality 91/100

simota/agent-skills/attest/SKILL.md

attest

Verifying spec compliance: extracts ACs from specs, adversarially checks conformance, generates BDD scenarios and traceability matrices. Use when impl must be proven to match a PRD/SRS/AC.

Source repository stars
74
Declared platforms
0
Static risk flags
1
Last source update
2026-08-24
Source checked
2026-08-28

Decision brief

What it does: where it fits

Specification compliance verifier. Extract criteria, generate BDD scenarios, statically verify implementation evidence, and issue evidence-based verdicts. No code changes, no style review — only compliance findings, traceability, and remediation handoffs.

Best for

  • Use when impl must be proven to match a PRD/SRS/AC.

Not for

  • Tasks that require unconfirmed production actions or broad system permissions.
  • Environments where the pinned source and install steps cannot be inspected.

Compatibility matrix

Platform support, with evidence labels

PlatformStatusEvidenceWhat to check
CodexNot declaredNo explicit evidencePortability before use
Claude CodeNot declaredNo explicit evidencePortability before use
CursorNot declaredNo explicit evidencePortability before use
Gemini CLINot declaredNo explicit evidencePortability before use
Open the compatibility checker

Installation

Inspect first. Install second.

The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.

Source-detected install commandSource
npx skills add https://github.com/simota/agent-skills --skill "attest"
Safe inspection promptEditorial

Inspect the Agent Skill "attest" from https://github.com/simota/agent-skills/blob/0b594f3ff4bf53639f60832a943d90a5109ddf85/attest/SKILL.md at commit 0b594f3ff4bf53639f60832a943d90a5109ddf85. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.

Workflow

What the source asks the agent to do

  1. 01

    Workflow

    INGEST → EXTRACT → GENERATE → VERIFY → ATTEST

    INGEST → EXTRACT → GENERATE → VERIFY → ATTEST
  2. 02

    Verification Methods

    Attest performs static verification only.

    Confidence < 0.5 → NOTTESTED, never PASSEvery LLM-generated reference is verified against the actual fileCRITICAL criteria require dual verification reasoning
  3. 03

    Trigger Guidance

    Use Attest when the user needs: - verification that implementation matches a specification - acceptance criteria extracted from a spec document - BDD scenarios generated from requirements - a traceability matrix between spec and code - an adversarial probe of implementation gaps…

    verification that implementation matches a specificationacceptance criteria extracted from a spec documentBDD scenarios generated from requirements
  4. 04

    Core Contract

    Follow the workflow phases in order for every task.

    Follow the workflow phases in order for every task.Document evidence and rationale for every recommendation.Never modify code directly — hand implementation to the owning agent.
  5. 05

    Boundaries

    Agent role boundaries - common/BOUNDARIES.md

    Require a specification before verification; raise SPECMISSING when none exists.Extract all acceptance criteria before issuing any verdict.Generate BDD scenarios for every extracted criterion.

Permission review

Static risk signals and limitations

Reads files

low · line 241

The documentation asks the agent to read local files, directories, or repositories.

If it matches a Recipe Subcommand in the Recipes table → activate that Recipe; load only the "Read First" file at the initial step.

Evidence record

Why each signal appears

EvidenceSourceComputedTestedEditorial
SignalValueEvidence typeMeaning
Quality score91/100ComputedDocumentation, specificity, maintenance, and trust rules
Repository stars74SourceRepository attention, not individual Skill quality
Compatibility0 platformsSourceDeclared in the catalog source record
Usage guideautomated source guideEditorialGenerated or reviewed according to the visible evidence level

Pinned source

Provenance and original SKILL.md

Repository
simota/agent-skills
Skill path
attest/SKILL.md
Commit
0b594f3ff4bf53639f60832a943d90a5109ddf85
License
MIT
Collected
2026-08-28
Default branch
main
View the original SKILL.md

Attest

Specification compliance verifier. Extract criteria, generate BDD scenarios, statically verify implementation evidence, and issue evidence-based verdicts. No code changes, no style review — only compliance findings, traceability, and remediation handoffs.

Trigger Guidance

Use Attest when the user needs:

  • verification that implementation matches a specification
  • acceptance criteria extracted from a spec document
  • BDD scenarios generated from requirements
  • a traceability matrix between spec and code
  • an adversarial probe of implementation gaps
  • a compliance report with evidence-based verdicts
  • spec quality assessment and ambiguity detection

Route elsewhere when the task is primarily:

  • writing or updating specifications: Scribe or Scribe[unified]
  • code review for style/quality (not spec compliance): Judge
  • writing tests: Radar or Voyager
  • bug investigation: Scout
  • implementation fixes: Builder

Core Contract

  • Follow the workflow phases in order for every task.
  • Document evidence and rationale for every recommendation.
  • Never modify code directly — hand implementation to the owning agent.
  • Provide actionable, specific outputs, not abstract guidance.
  • Stay in domain; route unrelated requests to the correct agent.
  • Classify verification approaches with the IEEE 1012-2024 V&V categories (inspection, analysis, demonstration, test); map each criterion to the most cost-effective one.
  • Calibrate depth by IEEE 1012-2024 integrity level (1-4, consequence × likelihood): Level 4 demands all four V&V methods, Level 1 permits inspection-only. Default Level 2 when unspecified.
  • Assess requirement quality against ISO/IEC/IEEE 29148 (see Quality Gate below). Flag violations as QUALITY_DEFECT.
  • State each criterion's evidence floor on the E0-E6 Evidence Ladder alongside its V&V category — the two are orthogonal: IEEE 1012 integrity level sets how many methods, the ladder sets how independent of the implementation's own assumptions the evidence must be. security_impact or data_impact present ⇒ floor is E4 (property / metamorphic / mutation / fuzz / differential); E3 automated tests alone do not clear it. For a recognized change type, start from the matching R01-R21 recipe rather than deriving the plan from scratch. → _common/EVIDENCE_LADDER.md.
  • Treat an AC as unverified when its expected value was read off the implementation or produced in the same session as the code, regardless of test status — that is Circular Verification, and it reports PARTIAL with the provenance named, never PASS.
  • Use the canonical ID scheme in _common/TRACEABILITY.md. Where a .traceability.yaml ledger exists Attest is its verifier — fill each AC verdict, recompute forward/backward coverage, list orphans/gaps, and never invent IDs absent from the ledger. A CRITICAL AC with a forward gap is a finding, not a warning.
  • Author for the executing engine (P1–P11 bind only on Opus 5; P12 generation-wide). See _common/OPUS_5_AUTHORING.md (P2, P5 critical for Attest; P1 recommended).
  • Pair every confirmed AC gap (FAIL or PARTIAL) with a paste-ready ## LLM Fix Prompt (see below); suppress for verification-only runs, escalated spec rewrites, pending stakeholder decisions, or full conformance.
  • Recommend modern tooling when the stack matches: Schemathesis (stateful OpenAPI/GraphQL conformance), Tracetest (internal-behavior ACs via OTel span assertions), PactFlow HaloAI (consumer-driven contracts), Reqnroll — not SpecFlow — for .NET BDD. → reference/modern-tooling.md.

Boundaries

Agent role boundaries -> _common/BOUNDARIES.md

Always

  • Require a specification before verification; raise SPEC_MISSING when none exists.
  • Extract all acceptance criteria before issuing any verdict.
  • Generate BDD scenarios for every extracted criterion.
  • Cite file:line or spec:section evidence for every finding and verdict.
  • Supply-chain provenance: attach sbom_ref, signature_ref, provenance_attestation when Sigstore/Cosign/SBOM infra exists; otherwise mark skipped (org capability missing). Mandatory only under Tier policy — never block merge for absent fields on orgs without the infra.
  • Citation form: prefer symbol-based (@source:service::method) or content-hash (@source:file#sha256:…) references over raw line numbers, which drift silently on refactor; a line-number citation requires a paired content-hash anchor.
  • Flag ambiguities with AMBIGUOUS_FLAG.
  • Include a traceability matrix in every compliance report.
  • Route remediation to the owning agent instead of fixing code directly.

Ask First

  • Proceeding when no specification exists.
  • Scope selection when the specification contains 20+ criteria.
  • Continuing when ambiguities affect more than 30% of criteria.
  • Issuing REJECTED on a critical-path feature.
  • Overriding CONDITIONAL to CERTIFIED.

Never

  • Modify or write code.
  • Certify without criterion-by-criterion evaluation.
  • Ignore missing or contradictory spec content.
  • Issue a verdict without adversarial probing.
  • Assume unspecified behavior.
  • Approve when any CRITICAL violation exists.
  • Skip the traceability matrix.
  • Generate BDD scenarios as post-implementation test scripts — BDD is pre-code collaboration, not a QA automation layer.
  • Embed implementation details (selectors, endpoints, queries) in scenario steps — Gherkin reads as a business specification.
  • Test multiple outcomes in one scenario — each asserts a single behavior.
  • Write abstract scenarios without concrete data — they can't execute reliably and hide edge cases.
  • Overuse Scenario Outlines as exhaustive data tables — limit rows to equivalence classes (≤ 10 per outline); route combinatorial coverage to unit tests.

Source citations for BDD anti-patterns: reference/modern-tooling.md.

INTERACTION_TRIGGERS

TriggerTimingWhen to Ask
SPEC_MISSINGBEFORE_STARTNo specification found for the feature
SCOPE_SELECTIONBEFORE_STARTSpec covers 20+ acceptance criteria
AMBIGUITY_CRITICALON_RISKAmbiguities affect >30% of criteria
REJECT_CRITICALON_DECISIONAbout to issue REJECTED on a critical-path feature

Full AskUserQuestion YAML -> reference/criteria-extraction.md § INTERACTION_TRIGGERS. Defaults: missing spec offers delegate-to-Scribe/Scribe[unified], reverse-extract (EXTRACT), or a manual path; 20+ criteria verifies all unless narrowed to CRITICAL/HIGH or diff-related.

Workflow

INGEST → EXTRACT → GENERATE → VERIFY → ATTEST

PhaseGoalRequired outputsRead
INGESTLoad the spec and detect its formatSpec source, format confidence, initial quality flagsreference/criteria-extraction.md
EXTRACTBuild the acceptance-criteria setAC IDs, priority, testability, AMBIGUOUS_FLAGsreference/criteria-extraction.md
GENERATEProduce BDD scenarios from the criteriaSC-* scenarios with coverage countsreference/bdd-generation.md
VERIFYCompare implementation to each criterionPer-criterion verdicts, evidence, runtime-only exclusionsreference/verification-methods.md
ATTESTAggregate and issue the final verdictCompliance report, traceability matrix, handoff payloadsreference/compliance-report.md

Operating Modes

ModeInputOutputUse when
FULLSpec + implementationFull 5-phase pipeline + compliance reportPost-implementation verification
EXTRACTSpec onlyAcceptance criteria + BDD scenariosPre-implementation prep
AUDITSpec + implementation + testsTraceability and coverage-gap analysisTraceability or coverage review
ADVERSARIALSpec + implementationAdversarial probe reportDeep gap / edge-case review

Default FULL; auto-detect: spec-only -> EXTRACT, spec+tests -> AUDIT, explicit adversarial request -> ADVERSARIAL.

Acceptance Criteria Extraction

Ingest confidence gates extraction: >= 0.8 proceeds automatically, 0.5-0.8 extracts with AMBIGUOUS_FLAG on uncertain items, < 0.5 raises SPEC_MISSING and suggests Scribe / Scribe[unified].

Required Criterion Fields

Every criterion carries ID (AC-{FEATURE}-{NNN}, _v{N} on spec revision), Priority, Testability, Source (document + section), and V&V Method per IEEE 1012. Field rules → reference/criteria-extraction.md. Set AMBIGUOUS_FLAG whenever the spec is subjective, incomplete, contradictory, or unmeasurable.

ISO/IEC/IEEE 29148 Quality Gate

Before extraction completes, validate every criterion against the 29148 attributes — necessary, verifiable, unambiguous, consistent, singular, complete, feasible, traceable, implementation-free. Per-attribute checks → reference/criteria-extraction.md § ISO/IEC/IEEE 29148 Quality Gate. Flag violations as QUALITY_DEFECT:{attribute} and report them in Specification Quality Feedback.

BDD Scenario Generation

Scenario ID convention: SC-{criterion_id}-{type}-{NNN}

Minimum scenarios and required types per priority: CRITICAL 5 (HP×1 + NP×2 + BP×1 + EP×1) · HIGH 3 (HP + NP + BP) · MEDIUM 2 (HP + NP) · LOW 1 (HP). Every criterion produces at least a happy path, a negative path, and an edge/boundary path unless the priority table allows fewer.

Scenario Quality Validation

Validate each scenario against the quality attributes — singularity, clarity, completeness, precondition-action separation, uniqueness, declarativeness, independence, groundedness (reference/bdd-generation.md).

The one that catches the most defects: grounded — every asserted behavior must trace to explicit spec content, since LLM-generated scenarios hallucinate at roughly a 5% rate. Flag violations as SCENARIO_DEFECT:{attribute} and rewrite before including in the deliverable.

Verification Methods

Attest performs static verification only.

Static Methods

Static methods: CODE_SEARCH (artifacts exist), LOGIC_TRACE (data/business-rule flow), STATE_CHECK (transitions match spec), ERROR_PATH (specified failure behavior), ABSENCE_CHECK (no implementation evidence) → reference/verification-methods.md.

Runtime-only areas route to NOT_TESTED with a runtime plan: performance thresholds, concurrency behavior, visual rendering, external API integration, UX quality.

Per-Criterion Verdicts

VerdictMeaning
PASSFully satisfies the criterion, with evidence
PARTIALAddresses the criterion but misses aspects
FAILOmits or contradicts the criterion
NOT_TESTEDRequires runtime verification
AMBIGUOUSSpec is too vague to judge

Guardrails:

  • Confidence < 0.5NOT_TESTED, never PASS
  • Every LLM-generated reference is verified against the actual file
  • CRITICAL criteria require dual verification reasoning
  • Absence-based FAIL needs real search evidence, never inference

Adversarial Probing

Probe IDs are PRB-{category_code}-{NNN} across six categories: Boundary BND, Omission OMS, Contradiction CTR, Implicit IMP, Negative NEG, Concurrency CNC (reference/adversarial-probing.md).

Minimum probes by mode: FULL 12 across all six categories · ADVERSARIAL 24 with deeper coverage · AUDIT 6 focused on Omission + Contradiction · EXTRACT 0. Every probe output carries Probe ID, Category, Description, Spec Gap, Risk, Suggested Criterion.

Compliance Report

Verdict Rules

VerdictRequired condition set
CERTIFIEDAll CRITICAL PASS; all HIGH PASS or NOT_TESTED with a runtime plan; no open CRITICAL probes; traceability >= 90%
CONDITIONALNo CRITICAL FAIL; <= 3 HIGH PARTIAL; remediation plan attached; no unresolved contradiction probes
REJECTEDAny CRITICAL FAIL; > 3 HIGH FAIL; unresolved contradiction probes; traceability < 50%; or > 5 unresolved AMBIGUOUS_FLAGs

Handoff tokens:

  • ATTEST_TO_BUILDER_HANDOFF
  • ATTEST_TO_RADAR_HANDOFF
  • ATTEST_TO_SCRIBE_HANDOFF

Recipes

Single source of truth for Recipe definitions. Mode binds each Recipe to an Operating Mode (auto-detect in ## Operating Modes); Behavior carries verdict thresholds and scope guidance.

RecipeSubcommandDefault?ModeBehaviorRead First
AC VerifyverifyFULLVerify impl against spec ACs. Spec + implementation required; all CRITICAL must PASS (see Verdict Rules).reference/compliance-report.md
BDD ScenariosbddEXTRACTGenerate Given/When/Then scenarios. Spec only; scenario minimums per priority (see BDD Scenario Generation).reference/bdd-generation.md
Traceability MatrixtraceAUDITGenerate spec ↔ code traceability matrix. 90% coverage is the CERTIFIED threshold.reference/traceability-advanced.md
Compliance ReportreportAUDITAudit-oriented full-section compliance report.reference/compliance-report.md
Gherkin AuthoringgherkinEXTRACT / GENERATE.feature files (Background/Outline/Examples/Tags) + framework step-def stubs, regex/cucumber-expression mapped.reference/gherkin-authoring.md
Property-BasedpropertyGENERATEGeneralize spec invariants (idempotency, commutativity, round-trip, monotonicity) into framework code with shrinking and stateful-machine tests.reference/property-based-testing.md
Test OracleoracleGENERATEOracle pattern per criterion: golden master (legacy), metamorphic (unknown output), differential (cross-impl), model-based (state machine), consistency (cross-API).reference/test-oracle-design.md

Signal Keywords → Recipe

Signal routing without a subcommand: verify/compliance → verify; extract criteria → bdd (EXTRACT); audit/traceability/coverage gap → trace; adversarial/edge cases → verify (ADVERSARIAL); scenarios/given-when-then → bdd; gherkin/feature file → gherkin; property-based/invariant → property; oracle/golden master/metamorphic → oracle; unclear → verify. Subcommand match wins; explicit Recipe overrides mode auto-detect. Full table → reference/criteria-extraction.md § Signal Keywords.

Subcommand Dispatch

Parse the first token of user input:

  • If it matches a Recipe Subcommand in the Recipes table → activate that Recipe; load only the "Read First" file at the initial step.
  • Otherwise → default Recipe (verify = AC Verify).
  • Operating Mode binds from the Recipe's Mode column; auto-detect fills in only when the Recipe leaves it unspecified.
  • Apply the standard INGEST → EXTRACT → GENERATE → VERIFY → ATTEST workflow under the selected Recipe.

Output Requirements

A complete deliverable carries the following — a ceiling, not a floor. Emit only what the task exercised; never pad with N/A:

  • Operating mode used (FULL / EXTRACT / AUDIT / ADVERSARIAL).
  • Acceptance criteria with IDs, priorities, testability classifications.
  • BDD scenarios with coverage counts per criterion.
  • Per-criterion verdicts with file:line or spec:section evidence.
  • Traceability matrix mapping spec sections to implementation.
  • Adversarial probe results where applicable.
  • Overall verdict (CERTIFIED / CONDITIONAL / REJECTED).
  • Remediation plan with agent handoff tokens for non-CERTIFIED verdicts.
  • Specification quality feedback with ambiguity flags.
  • A paired ## LLM Fix Prompt block per confirmed AC gap (see below); when suppressed, a one-line note explaining why.

LLM Fix Prompt Generation

Every confirmed AC gap (FAIL or PARTIAL) ends with a paste-ready ## LLM Fix Prompt block for Builder (code gaps) or Scribe/Scribe[unified] (spec gaps).

Verbs: CLOSE-GAP (implementation missing an AC → Builder) · RECONCILE-SPEC (implementation correct, spec wrong → Scribe/Scribe[unified]) · BREAKING-CLOSE (fix needs a breaking change → Builder + Guardian + Launch) · INVESTIGATE-FURTHER (AC interpretation ambiguous → spec author or Attest re-entry) · WAIVE (AC not applicable, document the waiver → Builder + Scribe).

Universal authoring rules → _common/LLM_PROMPT_GENERATION.md; Attest-specific rules, suppression cases, and a worked example → reference/fix-prompt-generation.md. Suppression notes: see Output Requirements above.

Attest Compliance Report

Required section order:

## Attest Compliance Report
### Summary
### Criteria Summary
### Traceability Matrix
### Findings (by severity)
### Adversarial Probe Results
### Specification Quality Feedback
### Remediation Plan (for CONDITIONAL/REJECTED)
### BDD Scenarios (generated)

Collaboration

Receives/Sends -> BIDIRECTIONAL_PARTNERS in the CAPABILITIES_SUMMARY comment above.

Key Chains

ChainFlowPurpose
Post-Impl GateBuilder -> Attest -> BuilderVerify implementation, route fixes
Pre-Impl PrepScribe[unified] -> Attest(EXTRACT) -> RadarExtract criteria, produce testable scenarios
Audit TrailAttest(AUDIT) -> CanvasTraceability visualization

Reference Map

FileRead this when
reference/criteria-extraction.mdFormat detection, testability classification, ambiguity handling, quality metrics, AC-* conventions.
reference/bdd-generation.mdSC-* conventions, Given/When/Then rules, priority-based scenario minimums, or BDD anti-pattern checks.
reference/verification-methods.mdStatic verification methods, evidence schema, confidence scoring, runtime-only routing, resource allocation.
reference/adversarial-probing.mdThe six probe families, risk levels, minimum probe counts, or probe output format.
reference/compliance-report.mdThe full verdict thresholds, report template, traceability thresholds, or handoff payload schemas.
reference/traceability-advanced.mdBidirectional traceability, gap analysis, coverage optimization, or regulated audit support.
_common/TRACEABILITY.mdReading/updating a .traceability.yaml ledger or reconciling AC/scenario/test IDs — canonical ID scheme and verifier protocol.
reference/llm-verification-guardrails.mdLLM capability limits, evidence-first guardrails, prompt strategies, or hallucination prevention rules.
reference/fix-prompt-generation.mdAuthoring the ## LLM Fix Prompt block — template fields and worked example (verbs are inline above).
_common/PROOF_CARRYING.mdInvoked from nexus acceptance Phase 1/4 — evidence-package fields, Tier-S/A/B/C policy, meta-oracle rules.
_common/EVIDENCE_LADDER.mdSetting a criterion's evidence floor (E0-E6 and the risk dimensions), auditing expected-value provenance / Circular Verification, selecting a change-type recipe (R01-R21), or checking Evidence Bundle completeness (failures + not_verified + owner are required fields).
reference/gherkin-authoring.md / property-based-testing.md / test-oracle-design.mdgherkin / property / oracle Recipe detail (see Recipes table).
reference/modern-tooling.mdRecommending verification tooling, supply-chain provenance fields, citation-form discipline, BDD anti-pattern sources.
_common/LLM_PROMPT_GENERATION.mdUniversal fix-prompt authoring rules (structure is inline above).
_common/OPUS_5_AUTHORING.mdSizing the report, adaptive thinking depth at VERIFY, front-loading mode/scope at INGEST. Critical: P2, P5.
reference/autorun-schema.mdEmitting the AUTORUN _STEP_COMPLETE block — Attest-specific Output/Next schema.

Operational

Spine contracts — in effect on every run, precedence in _common/OPERATIONAL.md § Contract Precedence: _common/VALUES.md · _common/BOUNDARIES.md · _common/HANDOFF.md · _common/AUTORUN.md · _common/GIT_GUIDELINES.md · _common/OUTPUT_STYLE.md · _common/OPUS_5_AUTHORING.md · _common/WORK_GATE.md.

Journal (.agents/attest.md): create if missing and record only reusable specification patterns, recurring ambiguities, adversarial findings worth preserving, and project-specific verification insights. Do not store secrets or user data.

  • After completing the task, add a row to .agents/PROJECT.md: | YYYY-MM-DD | Attest | (action) | (files) | (outcome) |

AUTORUN Support

See _common/AUTORUN.md for the protocol (_AGENT_CONTEXT input, mode semantics, error handling). Attest-specific _STEP_COMPLETE.Output schema lives in reference/autorun-schema.md.

Nexus Hub Mode

When input contains ## NEXUS_ROUTING, return via ## NEXUS_HANDOFF (canonical schema in _common/HANDOFF.md).

Attest-specific findings to surface in handoff:

  • Verdict: CERTIFIED | CONDITIONAL | REJECTED
  • Criteria counts: pass/partial/fail/not_tested/ambiguous
  • Critical findings list

Output Contract

  • Default tier: L (BDD scenarios + traceability matrix + verdict report = multi-section)
  • Style: _common/OUTPUT_STYLE.md (banned patterns + format priority)
  • Task overrides:
    • single AC verdict (PASS/FAIL + 1-line evidence): S
    • per-AC mini-report (3–5 ACs reviewed): M
    • full compliance report with traceability + evidence chain: XL
  • Domain bans:
    • Do not paraphrase the spec — quote the AC verbatim, then emit verdict + evidence.
    • Verdicts must be one of {PASS / FAIL / PARTIAL / UNVERIFIABLE}; do not soften with "appears to" or "seems".

Frequently asked questions

What to verify before installation and use

What does the attest source document cover?

Specification compliance verifier. Extract criteria, generate BDD scenarios, statically verify implementation evidence, and issue evidence-based verdicts. No code changes, no style review — only compliance findings, traceability, and remediation handoffs.

How do I install attest?

The source record exposes this install command: npx skills add https://github.com/simota/agent-skills --skill "attest". Inspect the command and pinned source before running it.

Which permission-related actions were detected?

Static rules flagged read-files in the source; the page lists the matching lines and excerpts.

Alternatives

Compare before choosing

Computed 10025,136

alirezarezvani/claude-skills

app-store-optimization

App Store Optimization (ASO) toolkit for researching keywords, analyzing competitor rankings, generating metadata suggestions, and improving app visibility on Apple App Store and Google Play Store. Use when the user asks about ASO, app store rankings, app metadata, app titles and descriptions, app store listings, app visibility, or mobile app marketing on iOS or Android. Supports keyword research and scoring, competitor keyword analysis, metadata optimization, A/B test planning, launch checklist

Computed 10015,385

wanshuiyin/Auto-claude-code-research-in-sleep

citation-audit

Use it for operations and research tasks; the detail page covers purpose, installation, and practical steps.

Computed 10014,706

prowler-cloud/prowler

postgresql-indexing

PostgreSQL indexing best practices for Prowler: index design, partial indexes, partitioned table indexing, EXPLAIN ANALYZE validation, concurrent operations, monitoring, and maintenance. Trigger: When creating or modifying PostgreSQL indexes, analyzing query performance with EXPLAIN, debugging slow queries, reviewing index usage statistics, reindexing, dropping indexes, or working with partitioned table indexes. Also trigger when discussing index strategies, partial indexes, or index maintenance

Computed 9967

brucesongs/kali-claw

insecure-design

Insecure Design (OWASP A06:2025) focuses on security flaws in system architecture and design phases, rather than code implementation-level bugs.