소스 정보
- 저장소
- Dev-Toolbelt/dev-team-agents
- 최근 소스 활동
- 2026년 7월 31일 16:08
- 감지된 SKILL.md 언어
- 영어
- 스타
- 4
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/Dev-Toolbelt/dev-team-agents --skill sonarqube명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
| name | sonarqube |
| description | SonarQube/SonarCloud — quality gates, SAST, CI/CD integration. |
Load this skill when any of the following are present:
| Signal | Location |
|---|---|
sonar-project.properties | project root |
.sonarcloud.properties | project root |
SONAR_TOKEN or SONAR_HOST_URL | .env, .env.example, CI/CD config |
sonar-scanner, mvn sonar:sonar, ./gradlew sonar | CI/CD pipeline files |
sonarqube service | docker-compose.yml |
sonarqube-scanner or sonar-scanner | package.json, pom.xml, build.gradle |
| SonarCloud | Self-Hosted | |
|---|---|---|
| Hosting | Managed SaaS (sonarcloud.io) | Your infrastructure |
| Config file | .sonarcloud.properties | sonar-project.properties |
| Auth | SONAR_TOKEN → sonarcloud.io | SONAR_TOKEN + SONAR_HOST_URL |
sonar.organization | Required | Not used |
| Pricing | Free for public repos; paid for private | Free Community Edition |
The default Sonar Way gate checks New Code only:
| Metric | Condition |
|---|---|
| Coverage | ≥ 80% |
| Duplicated Lines | < 3% |
| Maintainability / Reliability / Security Rating | A |
| Security Hotspots Reviewed | 100% |
Block CI on gate failure: -Dsonar.qualitygate.wait=true
Load references/quality-gates.md for: full conditions, issue taxonomy (Bug/Vulnerability/Hotspot/Smell), SAST hotspot workflow, the per-language coverage matrix (test runner command → output artifact → sonar.*.reportPaths key), coverage quality rules, and troubleshooting.
Apply to any changeset delivered in a project where SonarQube is detected:
| Issue type | Rule |
|---|---|
| Bug | Do not introduce new ones — treat as a defect, not an optional fix |
| Vulnerability | Do not introduce new ones — blocking, same as a Bug |
| Security Hotspot | If the change touches a hotspot area (cryptography, SQL construction, command execution, path handling), document why it is safe so the reviewer can mark it Safe |
| Code Smell | Fix Blocker and Critical; Major and below may be deferred but must not accumulate as a pattern |
| Coverage | New code must meet the gate threshold (default ≥ 80%); if it does not, flag the gap to the test specialist rather than merging silently |
Generate coverage before the scan — see the coverage matrix in references/quality-gates.md for the exact command per language.
| Scan method | Command |
|---|---|
| CLI | SONAR_TOKEN=xxx sonar-scanner |
| Maven | mvn sonar:sonar -Dsonar.token=$SONAR_TOKEN |
| Gradle | ./gradlew sonar -Dsonar.token=$SONAR_TOKEN |
| Node.js | npx sonarqube-scanner |
Always run tests before the scan so coverage data is available. Use fetch-depth: 0 in CI checkouts.
Load references/configuration.md for: full sonar-project.properties template, GitHub Actions / GitLab CI / Bitbucket Pipelines examples, self-hosted Docker Compose setup, Nginx reverse proxy, plugin installation, and backup/upgrade procedures.
SONAR_TOKEN stored in secret manager — not committed to sourcefetch-depth: 0 in CI checkout stepvm.max_map_count=262144 set on host; backup procedure in placeSOC 직업 분류 기준