원클릭으로
qa-docker
Standards for testing and quality assurance using Docker environments.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Standards for testing and quality assurance using Docker environments.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Summary of the purpose, architecture, and structure of the qgis-plugin-analyzer project.
Standards for the release process of the qgis-plugin-analyzer Python package.
Standards for handling business logic, data validation, and 3-level validation architecture.
Standards for automated testing, CI/CD, and the use of Mocks.
SOC 직업 분류 기준
| name | qa-docker |
| description | Standards for testing and quality assurance using Docker environments. |
| trigger | when running integration tests or validating the package in clean environments |
Ensures that qgis-plugin-analyzer works correctly across different environments and Python versions by using isolated Docker containers.
To verify the package in a clean environment:
docker build -t qgis-analyzer-qa -f docker/QA.Dockerfile .
Run the suite inside a container:
docker run --rm qgis-analyzer-qa pytest
Ensure the installed package works correctly:
docker run --rm qgis-analyzer-qa qgis-analyzer --version
python:3.x-slim images to minimize size.uv for fast dependency management..dockerignore).