end-to-end-pipeline-verification
1
总安装量
1
周安装量
#52857
全站排名
安装命令
npx skills add https://github.com/snaplogic/snaplogic-robotframework-examples --skill end-to-end-pipeline-verification
Agent 安装分布
amp
1
opencode
1
cursor
1
codex
1
github-copilot
1
Skill 文档
SnapLogic End-to-End Pipeline Verification Skill
Agentic Workflow (Claude: Follow these steps in order)
Step 1: Load the Complete Guide
ACTION: Use the Read tool to load:
{{cookiecutter.primary_pipeline_name}}/.claude/skills/end-to-end-pipeline-verification/SKILL.md
Do not proceed until you have read the complete guide.
Step 2: Understand the User’s Request
Parse what the user wants:
- Which account type(s)? (oracle, postgres, snowflake, etc.)
- Which file(s) to upload? (JSON, CSV, .expr, .jar, etc.)
- Which pipeline(s) to import?
- Create triggered task? What parameters?
- Execute triggered task?
- Verify data in database? Expected record count?
- Single test file or separate files?
Step 3: Follow the Guide â Create ALL Required Files (MANDATORY)
When creating pipeline setup test cases, you MUST call the Write tool to create ALL required files. Never skip any file. Never say “file already exists”. Always write them fresh:
- Account payload file(s) (
acc_[type].json) intest/suite/test_data/accounts_payload/â WRITE this - Account env file(s) (
.env.[type]) inenv_files/[category]_accounts/â WRITE this - Combined Robot test file (
.robot) intest/suite/pipeline_tests/[type]/â WRITE this (includes account creation, file uploads, pipeline import, triggered task creation/execution, AND data verification) - SETUP_README.md with file structure tree diagram in the same test directory â WRITE this
Use the detailed instructions from the file you loaded in Step 1 for templates and conventions.
Step 4: Respond to User
Provide the created files or requested information based on the complete guide.
Quick Reference
This skill combines:
/create-accountâ Account creation test cases/upload-fileâ File upload test cases/import-pipelineâ Pipeline import test cases/create-triggered-taskâ Triggered task creation and execution test cases/verify-data-in-dbâ Data verification test cases/export-data-to-csvâ Export database data to CSV for comparison/compare-csvâ Compare actual vs expected CSV output
Into a single test file that does all seven.
Execution order: Accounts â Files â Pipeline â Create Task â Execute Task â Verify Data â Export CSV â Compare CSV
Invoke with: /end-to-end-pipeline-verification