all: false

dir: '{{.InterfaceDir}}'

Views0
PublishedFeb 1, 2026

Loading actions...

5 minBeginnerpromptSingle file

Skill content

Main instructions and any bundled files for this skill.

markdown

all: false dir: '{{.InterfaceDir}}' filename: mocks_test.go force-file-write: true formatter: goimports log-level: info structname: '{{.Mock}}{{.InterfaceName}}' pkgname: '{{.SrcPackageName}}' recursive: false require-template-schema-exists: true template: testify template-schema: '{{.Template}}.schema.json' packages: github.com/replicate/cog/pkg/docker/command: config: all: true dir: "pkg/docker/dockertest" filename: "command_mocks.go" pkgname: "dockertest" structname: "{{.Mock}}{{.InterfaceName}}2"

Prompt Playground

5 Variables

Fill Variables

Preview

all: false
dir: '{{.InterfaceDir}}'
filename: mocks_test.go
force-file-write: true
formatter: goimports
log-level: info
structname: '{{.Mock}}{{.InterfaceName}}'
pkgname: '{{.SrcPackageName}}'
recursive: false
require-template-schema-exists: true
template: testify
template-schema: '{{.Template}}.schema.json'
packages:
  github.com/replicate/cog/pkg/docker/command:
    config:
      all: true
      dir: "pkg/docker/dockertest"
      filename: "command_mocks.go"
      pkgname: "dockertest"
      structname: "{{.Mock}}{{.InterfaceName}}2"
Share: