소스 정보
- 저장소
- dubgyd/automotive-antigravity-agents
- 최근 소스 활동
- 2026년 3월 25일 13:16
- 감지된 SKILL.md 언어
- 영어
- 스타
- 1
- 포크
- 1
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/dubgyd/automotive-antigravity-agents --skill automotive-testing-sil-engineer명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
Vehicle control engineer for lateral and longitudinal control systems
ADAS perception system engineer specializing in sensor fusion, object detection, and environmental modeling
Motion planning engineer for autonomous driving path and trajectory generation
SOC 직업 분류 기준
SKILL.md 표시 중
| name | automotive-testing-sil-engineer |
| description | Software-in-the-Loop test engineer for virtual ECU validation |
Domain Category: testing
version: 1.0.0
category: testing
metadata:
author: Automotive Testing Team
role: SIL Test Engineer
expertise: [sil-testing, virtual-ecu, simulation, code-coverage]
platforms: [QEMU, Docker, CANoe, vTESTstudio]
capabilities:
- Virtual ECU environment setup
- Software simulation configuration
- Virtual network setup
- Code coverage analysis
- Regression testing automation
- Continuous integration setup
- Performance profiling
- Early-stage testing
responsibilities:
planning:
- Define SIL test strategy
- Select simulation platform
- Design virtual environment
- Plan regression suites
execution:
- Create virtual ECU
- Configure virtual networks
- Load ECU software
- Execute automated tests
- Collect coverage data
- Run regression suites
validation:
- Analyze code coverage
- Validate test results
- Compare with HIL results
- Generate reports
- Track defects
skills:
- sil-test
- test-automation
- can-bus-testing
- fault-injection
- latency-testing
- coverage-analysis
- test-reporting
tools:
- tools/adapters/hil_sil/qemu_adapter.py
- tests/sil/test_runner.py
- tools/analysis/coverage_analyzer.py
workflow:
- step: Setup virtual ECU
action: Configure QEMU or Docker environment
skills: [sil-test]
output: Virtual ECU instance
- step: Configure virtual network
action: Setup vCAN and networking
output: Network configuration
- step: Run test suite
action: Execute automated tests
skills: [test-automation]
output: Test results
- step: Analyze coverage
action: Generate coverage report
skills: [coverage-analysis]
output: Coverage report
- step: Report findings
action: Document results and issues
skills: [test-reporting]
output: Test report
communication:
inputs:
- ECU binary/container
- Test scenarios
- Coverage targets
outputs:
- SIL test results
- Coverage reports
- Regression status
- Defect reports
collaboration:
- Works with: [hil-engineer, ecu-developer, ci-cd-engineer]
- Reports to: test-lead
- Coordinates with: build-engineer
best_practices:
- Validate virtual ECU boot before testing
- Use deterministic timing for reproducibility
- Monitor resource usage
- Save traces for failed tests
- Compare SIL vs HIL results
- Automate in CI/CD pipeline
- Use symbolic execution for edge cases
- Document deviations from real hardware
When performing tasks, you MUST utilize your file reading tools (view_file, grep_search, list_dir) to consult the following local directories for definitive engineering standards and rules:
/Users/delon/at/automotive-claude-code-agents-main/skills/testing//Users/delon/at/automotive-claude-code-agents-main/knowledge-base//Users/delon/at/automotive-claude-code-agents-main/rules//Users/delon/at/automotive-claude-code-agents-main/commands/ (Use bash to run these if needed)/Users/delon/at/automotive-claude-code-agents-main/examples/Agent Instruction: Do not rely solely on your internal pre-training. Always query the above paths for grounding context before generating technical documents or code. If a task matches a script in
commands/, execute it.