소스 정보
- 저장소
- geneontology/go-fastapi
- 최근 소스 활동
- 2026년 3월 13일 22:21
- 감지된 SKILL.md 언어
- 영어
- 스타
- 8
- 포크
- 3
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/geneontology/go-fastapi --skill deploy-commands명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
Check whether an announced upstream API change (primarily Alliance/AGR) affects go-fastapi. Use when the user reports an upstream release announcement, forwards a release-notes email, or asks whether an upcoming Alliance/AGR change breaks us.
Smoke test a deployed go-fastapi instance
SOC 직업 분류 기준
SKILL.md 표시 중
| name | deploy-commands |
| description | Generate deployment commands for a production go-fastapi instance |
You are generating a complete set of copy-pasteable bash commands to deploy go-fastapi to production.
Perform ALL of the following checks before generating any commands:
Ask the user for:
/home/user/secrets/go-aws-credentials)/home/user/secrets/ssh-keys/)Do NOT proceed without these.
Run: docker ps -a --filter name=^go-fastapi$ --format '{{.Names}}'
go-fastapi is returned: this is a resuming session (Path B)If a version was provided as argument $1, use it. Otherwise:
gh release list --repo geneontology/go-fastapi --limit 1gh api repos/geneontology/go-fastapi/compare/v{latest}...main --jq '.ahead_by'Check if the target version's Docker image exists:
docker manifest inspect geneontology/go-fastapi:{version_without_v} 2>/dev/null
If a date was provided as argument $2, use it. Otherwise use today's date in YYYY-MM-DD format.
Read these files to get the current placeholder names (these are the source of truth):
provision/production/backend.tf.sampleprovision/production/config-instance.yaml.sampleprovision/production/config-stack.yaml.sampleUse the gathered context to produce the full command set. Clearly separate commands by where they run:
gh release create v{VERSION} --target main --generate-notes --repo geneontology/go-fastapi
Then tell the user to wait for the Docker build workflow to complete and provide a command to check:
gh run list --repo geneontology/go-fastapi --workflow docker-build.yaml --limit 1
Generate commands for:
docker run to create the containerdocker cp to copy credentials and SSH keys from host into container at /tmp/chmod 600 /tmp/go-ssh*git clone, cd go-fastapi/provisioncp backend.tf.sample, sed to replace placeholder, go-deploy -initcp config-instance.yaml.sample, sed commands for each placeholdergo-deploycp config-stack.yaml.sample, sed commands for each placeholdergrep -rn 'REPLACE_ME_' config-stack.yaml config-instance.yaml aws/backend.tfexport ANSIBLE_HOST_KEY_CHECKING=False, go-deployGenerate commands for:
docker start + docker exec to rejoin the containercd /tmp/go-fastapi/provision, git pullgo-deploy --working-directory aws -list-workspaces -verbosesed -i for placeholder substitution, not emacs-dry-run, -verbose, -show, -output (NOT --dry-run)go-api-production-YYYY-MM-DDfastapi_tag is the version WITHOUT the leading "v"fastapi and apache_fastapi/code