بنقرة واحدة
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: