Push Test Server — Testing skill for Claude Code
현재 작업 브랜치를 develop(테스트 전용 브랜치)에 머지한 뒤 origin/develop으로 push 한다.
How to install Push Test Server
Installs to ~/.claude/commands/guesung-web-memo-push-test-server.md
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/guesung/Web-Memo/HEAD/.claude/commands/push-test-server.md -o ~/.claude/commands/guesung-web-memo-push-test-server.md Restart Claude Code, or start a new session, for it to be picked up.
What Push Test Server does
name: push-test-server description: 현재 작업 브랜치를 develop(테스트 전용 브랜치)에 머지한 뒤 origin/develop으로 push 한다. 테스트 서버 배포용.
/push-test-server — 현재 브랜치를 develop에 머지 후 push
이 파일은 전역 `~/.claude/commands/push-test-server.md`를 **오버라이드**합니다. 이 레포에서 `develop`은 **테스트 서버 배포 전용 일회성 브랜치**이며, 릴리스 후 `master` 기준으로 리셋(force-push)됩니다. (참고: [docs/branch-strategy.md](../../docs/branch-strategy.md))
동작
- 현재 상태를 확인한다 (병렬 실행):
git branch --show-current— 현재 브랜치 이름git status— 미커밋 변경사항 여부
Alternatives in Testing
- Webapp Testing — Test local web applications using Playwright for UI verification and debugging 94.1k ★
- #29 — #52, #103) 92.5k ★
- /test Routing — Vérifie le routing de commandes RTK sans exécution (dry-run) 25.5k ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Validate Hypothesis
Business hypothesis validation skill. Validates ideas through 6 phases (origin check, market confirmation, int
Develop Web Game
Build and test web games iteratively using Playwright with time-stepping
Extension Dev
Develop, test, and publish Crow extensions (bundles, panels, MCP servers, skills)
Ccpp
Run checks (lint, type, test), commit, push, and create PR
Sprint Reship
Pipeman: push a fix during the LiveQA live-test loop
Spec Driven Develop
Spec-driven development workflow for AI coding agents: architecture-first planning, task decomposition, GitHub
Related Agents
Code Refactoring Agent
자바 코드 작업 직후 호출. 구조 개선·설계 패턴 적용·테스트 동시 갱신·브랜치/커밋 자동화. 기능 구현/버그 수정이 끝난 직후 적극적으로 위임해 사용.
.github/workflows/redteam.yml
name: Continuous Red Team Assessment on: push: branches: [main, develop] pull_request: branches: [main] schedu
.github/workflows/ci Cd.yml
name: CI/CD Pipeline on: push: branches: [main, develop] pull_request: branches: [main] jobs: lint: runs-on: u