all: false
dir: '{{.InterfaceDir}}'
Loading actions...
Skill content
Main instructions and any bundled files for this skill.
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 VariablesFill 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"
Related Skills
Frontend Typescript Linting.mdc
TypeScript and ESLint rules that MUST be followed when creating, modifying, or reviewing any file under apps/frontend/, including .ts, .tsx, .js, and .jsx files. Also apply when discussing frontend li...
2. Apply Deepthink Protocol (reason about dependencies
risks