Ingest Spec
Description
--- description: ECSS 스펙 PDF를 Docling으로 파싱하여 spec_harness.db에 최초 적재한다 (1회성, 이후는 증분 갱신). --- 1. `spec_harness/ingest/docling_ingest.py`를 실행하여: - `ECSS-E-ST-50-12C-Rev_1_15May2019_.pdf`를 Docling 표준 파이프라인으로 파싱 - 조항 텍스트, 계층 구조(parent_clause_id), 페이지 참조를 `clauses` 테이블에 삽입 - "see §X", "as defined in §Y" 같은 인라인 참조를 파싱하여 `clause_references`에 삽입 - 이미지/다이어그램은 `generate_picture_images=True`로 추출하여 `clause_images`에 `image_path`만 우선 삽입 (vlm_description은 이 단계에서 NULL로 남김) 2. 적재 후 검증: ``` pyt
Installation
Installs to ~/.claude/commands/hyojin33kim-claude_agent_for_test-ingest-spec.md
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/hyojin33kim/claude_agent_for_test/HEAD/.claude/commands/ingest-spec.md -o ~/.claude/commands/hyojin33kim-claude_agent_for_test-ingest-spec.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source RepositoryRelated Skills
Spec Kit
💫 Toolkit to help you get started with Spec-Driven Development
Testing Webapp Testing
Test local web applications using Playwright for UI verification and debugging
Testing #29
, [#52](https://github.com/affaan-m/everything-claude-code/issues/52), [#103](https://github.com/affaan-m/ever
Testing Fix Issue
by metabase - Addresses GitHub issues by taking issue number as parameter, analyzing context, implementing sol
Testing Pypict Test Design
Design comprehensive test cases using PICT (Pairwise Independent Combinatorial Testing) for optimized test sui
Testing gstack
| 15,000+ | Garry Tan's exact Claude Code setup: 6 opinionated tools that serve as CEO, Eng Manager, Release M
Testing