Skip to content
Skillv1.0.0

quality-time

Read the justfile to discover how to invoke common tasks just as running tests and checks. Note that many recipes are private to not overwhelm human users of the justfile.

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

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

See reviews

About

Imported from ICTU/quality-time (AGENTS.md). Install upstream with npx skills add ICTU/quality-time. Copyright stays with the author.

Agents

Common tasks

Read the justfile to discover how to invoke common tasks just as running tests and checks. Note that many recipes are private to not overwhelm human users of the justfile.

Python unit tests run with coverage by default, but it's possible to turn coverage off. Note that the test recipe has an optional variadic argument to run specific tests or testfiles.

Commit messages

Use a short, imperative subject line describing the change. Add a body with more detail if needed. Reference the GitHub issue with Fixes #NNNN. or Closes #NNNN. in the body (not the subject — GitHub adds the PR number to the subject on merge). Example:

Fix collector unit test failing during DST transitions

Fixes #12868.

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/ictu-quality-time-quality-time/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.

ictu-quality-time-quality-time.ocm.jsonjson
{
  "ocm": "1",
  "id": "ictu-quality-time-quality-time",
  "kind": "skill",
  "name": "quality-time",
  "description": "Read the justfile to discover how to invoke common tasks just as running tests and checks. Note that many recipes are private to not overwhelm human users of the justfile.",
  "publisher": "ICTU",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Read the justfile to discover how to invoke common tasks just as running tests and checks. Note that many recipes are private to not overwhelm human users of the justfile."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/ICTU/quality-time",
      "path": "AGENTS.md",
      "ref": "4701b700c634818abd53caebf5f239dab3f516a2",
      "url": "https://github.com/ICTU/quality-time/blob/4701b700c634818abd53caebf5f239dab3f516a2/AGENTS.md",
      "key": "ICTU/quality-time/AGENTS.md"
    }
  },
  "instructions": "# Agents\n\n## Common tasks\n\nRead the justfile to discover how to invoke common tasks just as running tests and checks. Note that many recipes are private to not overwhelm human users of the justfile. \n\nPython unit tests run with coverage by default, but it's possible to turn coverage off. Note that the test recipe has an optional variadic argument to run specific tests or testfiles.\n\n## Commit messages\n\nUse a short, imperative subject line describing the change. Add a body with more detail if needed. Reference the GitHub issue with `Fixes #NNNN.` or `Closes #NNNN.` in the body (not the subject ",
  "cost": {
    "context_tokens": 185
  }
}

Fetch it by URL: GET /api/v1/registry/ictu-quality-time-quality-time/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.

quality-time - Skill - OpenSmartRoute