Skip to content
Skillv1.0.0

ASAPQuery

See `.agents/skills/code-design-review.md` and `.agents/skills/test-coverage-review.md` — apply them while writing code, not just when asked to review.

by ProjectASAP(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from ProjectASAP/ASAPQuery (AGENTS.md). Install upstream with npx skills add ProjectASAP/ASAPQuery. Copyright stays with the author.

Process conventions

  • Keep PRs small and single-purpose. Split a PR that mixes multiple objectives (e.g. a rename + unrelated behavior change) into separate PRs so the repo stays runnable and reviewable at every merge point.
  • PR titles follow Conventional Commits: <type>(<scope>): <summary>, e.g. fix(precompute): ..., feat(query-engine): ..., refactor(asap-tools): ..., perf(precompute): .... Match the existing scope names used in this repo's PR history (precompute, query-engine, planner, asap-tools, sql-parser, deps, etc.) rather than inventing new ones.

Code design and test coverage

See .agents/skills/code-design-review.md and .agents/skills/test-coverage-review.md — apply them while writing code, not just when asked to review.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/projectasap-asapquery-asapquery/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

projectasap-asapquery-asapquery.ocm.jsonjson
{
  "ocm": "1",
  "id": "projectasap-asapquery-asapquery",
  "kind": "skill",
  "name": "ASAPQuery",
  "description": "See `.agents/skills/code-design-review.md` and `.agents/skills/test-coverage-review.md` — apply them while writing code, not just when asked to review.",
  "publisher": "ProjectASAP",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "See `.agents/skills/code-design-review.md` and `.agents/skills/test-coverage-review.md` — apply them while writing code, not just when asked to review."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/ProjectASAP/ASAPQuery",
      "path": "AGENTS.md",
      "ref": "3f4f83cbe54625fea16c6d805da2f50d7e7f74ac",
      "url": "https://github.com/ProjectASAP/ASAPQuery/blob/3f4f83cbe54625fea16c6d805da2f50d7e7f74ac/AGENTS.md",
      "key": "ProjectASAP/ASAPQuery/AGENTS.md"
    }
  },
  "instructions": "# Process conventions\n\n- **Keep PRs small and single-purpose.** Split a PR that mixes multiple\n  objectives (e.g. a rename + unrelated behavior change) into separate PRs so\n  the repo stays runnable and reviewable at every merge point.\n- **PR titles follow Conventional Commits**: `<type>(<scope>): <summary>`,\n  e.g. `fix(precompute): ...`, `feat(query-engine): ...`,\n  `refactor(asap-tools): ...`, `perf(precompute): ...`. Match the existing\n  scope names used in this repo's PR history (`precompute`, `query-engine`,\n  `planner`, `asap-tools`, `sql-parser`, `deps`, etc.) rather than inventing\n  n",
  "cost": {
    "context_tokens": 198
  }
}

Fetch it by URL: GET /api/v1/registry/projectasap-asapquery-asapquery/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.