Skip to content
Skillv1.0.0

twicome

Test testはdocker-compose.dev.ymlで実行 appコンテナでテスト・lintを実行してはいけない。テスト実行用サービス・Lint 実行用サービスが個別に存在する。 サービスは個別で実行を推奨するが、大規模な変更で全体 lint + test を一括実行したい場合は `ci-local.sh`(プロジェクトルート)を使う。 docker-compose.dev.yml は

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

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

See reviews

About

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

Test

testはdocker-compose.dev.ymlで実行 appコンテナでテスト・lintを実行してはいけない。テスト実行用サービス・Lint 実行用サービスが個別に存在する。 サービスは個別で実行を推奨するが、大規模な変更で全体 lint + test を一括実行したい場合は ci-local.sh(プロジェクトルート)を使う。 docker-compose.dev.yml はプロジェクトルートにある。appディレクトリにはない。

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/ebycow-twicome-twicome/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.

ebycow-twicome-twicome.ocm.jsonjson
{
  "ocm": "1",
  "id": "ebycow-twicome-twicome",
  "kind": "skill",
  "name": "twicome",
  "description": "Test testはdocker-compose.dev.ymlで実行 appコンテナでテスト・lintを実行してはいけない。テスト実行用サービス・Lint 実行用サービスが個別に存在する。 サービスは個別で実行を推奨するが、大規模な変更で全体 lint + test を一括実行したい場合は `ci-local.sh`(プロジェクトルート)を使う。 docker-compose.dev.yml はプロジェクトルートにある。appディレクトリにはない。",
  "publisher": "Ebycow",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Test testはdocker-compose.dev.ymlで実行 appコンテナでテスト・lintを実行してはいけない。テスト実行用サービス・Lint 実行用サービスが個別に存在する。 サービスは個別で実行を推奨するが、大規模な変更で全体 lint + test を一括実行したい場合は `ci-local.sh`(プロジェクトルート)を使う。 docker-compose.dev.yml はプロジェクトルートにある。appディレクトリにはない。"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/Ebycow/twicome",
      "path": "AGENTS.md",
      "ref": "3124f0298b49948c692e01edba7fca3c601821f2",
      "url": "https://github.com/Ebycow/twicome/blob/3124f0298b49948c692e01edba7fca3c601821f2/AGENTS.md",
      "key": "Ebycow/twicome/AGENTS.md"
    }
  },
  "instructions": "# Test\ntestはdocker-compose.dev.ymlで実行\nappコンテナでテスト・lintを実行してはいけない。テスト実行用サービス・Lint 実行用サービスが個別に存在する。\nサービスは個別で実行を推奨するが、大規模な変更で全体 lint + test を一括実行したい場合は `ci-local.sh`(プロジェクトルート)を使う。\ndocker-compose.dev.yml はプロジェクトルートにある。appディレクトリにはない。",
  "cost": {
    "context_tokens": 57
  }
}

Fetch it by URL: GET /api/v1/registry/ebycow-twicome-twicome/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.