원클릭으로
table-generator
Generate properly formatted markdown tables for STP documents
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Generate properly formatted markdown tables for STP documents
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Classify PR review comments on STP/STD documents into auto-fixable vs needs-human categories. Maps free-text feedback to QualityFlow domain rules for automated fix routing.
Resolve Jira ID to project configuration and load project context
Generate comprehensive v2.1-ENHANCED STD YAML with pattern metadata, variables, test structure from ALL STP scenarios (single file)
Orchestrate STP → STD pipeline (generates comprehensive STD YAML only)
Generate test stubs with PSE docstrings from STD YAML — language and framework driven by project config
Detect test conventions from a codebase to drive test generation without tier config
| name | table-generator |
| description | Generate properly formatted markdown tables for STP documents |
| model | claude-opus-4-6 |
Phase: Utility User-Invocable: false
Generate properly formatted markdown tables for STP documents.
Invoked by the document-formatter subagent to ensure consistent table formatting.
table:
type: metadata | requirements | testing_types | environment | risks | custom
headers:
- Field
- Details
rows:
- ["**Label**", "Value"]
- ["**Label**", "Value"]
- ...
formatted_table: |
| Field | Details |
|:------|:--------|
| **Label** | Value |
| **Label** | Value |
...
| Column 1 | Column 2 | Column 3 |
|:-------|:-------|:-------|
|:--- for left alignment (default)|---: for right alignment|:---: for center alignment| Content | More content | Even more |
The upstream STP template has moved most sections from table format to bullet/checkbox format. The table-generator skill is not invoked for these sections:
Tables are still used for custom/ad-hoc data presentation. Below are reference templates for any remaining table needs.
| Field | Details |
|:------|:--------|
| **Label** | Value |
| **Label** | Value |
| Column 1 | Column 2 | Column 3 |
|:---------|:---------|:---------|
| Content | Content | Content |
Use **text** for row headers in first column where appropriate
Use [ ] for unchecked, [x] for checked
N/A with justification for explicitly not applicableUse markdown link format: [Text](URL)
Use <br> for line breaks within cells, or separate with commas
Before outputting, verify: