·mockery

go-crypto-wallet을 위한 모의 생성 워크플로우. 개발자가 새 인터페이스에 대한 모의 생성을 요청할 때마다 활성화하고, 모의가 필요한 테스트 적용 범위를 추가하거나, 포트 인터페이스에 대해 수동으로 작성된 테스트 스텁을 교체합니다. Claude는 반드시 `make mockery`를 사용해야 합니다. 절대로 모의 구조체 코드를 직접 작성하지 마세요.

11설치·0트렌드·@hiromaily

설치

$npx skills add https://github.com/hiromaily/go-crypto-wallet --skill mockery

mockery 설치 방법

명령줄에서 mockery AI 스킬을 개발 환경에 빠르게 설치

  1. 터미널 열기: 터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다
  2. 설치 명령어 실행: 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/hiromaily/go-crypto-wallet --skill mockery
  3. 설치 확인: 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다

출처: hiromaily/go-crypto-wallet.

Mocks live in the infrastructure layer, beside the concrete implementations:

| Interface package (application/ports/) | Mock output directory (infrastructure/) |

| ports/api/btc/ | infrastructure/api/btc/mocks/ | | ports/api/eth/ | infrastructure/api/eth/mocks/ | | ports/api/xrp/ | infrastructure/api/xrp/mocks/ | | ports/file/ | infrastructure/storage/file/transaction/mocks/ | | ports/repository/cold/ | infrastructure/repository/cold/mocks/ | | ports/repository/watch/ | infrastructure/repository/watch/mocks/ |

go-crypto-wallet을 위한 모의 생성 워크플로우. 개발자가 새 인터페이스에 대한 모의 생성을 요청할 때마다 활성화하고, 모의가 필요한 테스트 적용 범위를 추가하거나, 포트 인터페이스에 대해 수동으로 작성된 테스트 스텁을 교체합니다. Claude는 반드시 `make mockery`를 사용해야 합니다. 절대로 모의 구조체 코드를 직접 작성하지 마세요. 출처: hiromaily/go-crypto-wallet.

인용 가능한 정보

AI/검색 인용용 안정적인 필드와 명령어.

설치 명령어
npx skills add https://github.com/hiromaily/go-crypto-wallet --skill mockery
카테고리
!보안
인증됨
최초 등록
2026-03-10
업데이트
2026-03-11

Browse more skills from hiromaily/go-crypto-wallet

빠른 답변

mockery이란?

go-crypto-wallet을 위한 모의 생성 워크플로우. 개발자가 새 인터페이스에 대한 모의 생성을 요청할 때마다 활성화하고, 모의가 필요한 테스트 적용 범위를 추가하거나, 포트 인터페이스에 대해 수동으로 작성된 테스트 스텁을 교체합니다. Claude는 반드시 `make mockery`를 사용해야 합니다. 절대로 모의 구조체 코드를 직접 작성하지 마세요. 출처: hiromaily/go-crypto-wallet.

mockery 설치 방법은?

터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/hiromaily/go-crypto-wallet --skill mockery 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다

소스 저장소는 어디인가요?

https://github.com/hiromaily/go-crypto-wallet