import-pipeline

Generate Robot Framework tests for importing SnapLogic .slp pipelines.

5|Updated Jun 3, 2025
One-click install
npx skills add https://github.com/SnapLogic/snaplogic-robotframework-examples --skill import-pipeline
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: import-pipeline
Source: https://github.com/SnapLogic/snaplogic-robotframework-examples/tree/main/%7B%7Bcookiecutter.primary_pipeline_name%7D%7D/.claude/skills/import-pipeline
Command: npx skills add https://github.com/SnapLogic/snaplogic-robotframework-examples --skill import-pipeline

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Import Pipeline skill automates the creation of Robot Framework tests that validate importing SnapLogic pipelines (.slp files) into a SnapLogic project, helping teams standardize and verify pipeline imports.

Core Features & Use Cases

  • Generate baseline Robot Framework tests for importing pipelines to verify presence, placement, and basic execution.
  • Provide prerequisites guidance and example configurations for working with .slp files and project structure.
  • Share ready-to-use templates and parameterization patterns for single or multiple pipeline imports.

Quick Start

Use the import-pipeline skill to scaffold a basic pipeline import test for a given .slp file located under src/pipelines/, then adapt it for additional pipelines as needed.

Frequently Asked Questions about import-pipeline

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate importing SnapLogic pipelines into a project?

Robot Framework tests validate importing SnapLogic pipelines by checking .slp file presence, placement, and basic execution within a SnapLogic project. The skill generates baseline test cases to standardize and verify these imports.

What is the best way to verify prerequisites for a SnapLogic pipeline import?

Robot Framework test cases generated from structured templates verify .slp file import prerequisites, confirming required project structure and configurations are met before pipeline execution within the SnapLogic environment.

Can I test importing multiple .slp pipelines at once?

Yes, the skill provides parameterization patterns and templates for validating multiple .slp pipeline imports. It scaffolds Robot Framework test cases that verify single or multiple pipeline imports into a SnapLogic project.

Does Robot Framework work with SnapLogic pipeline files for import testing?

Robot Framework works with SnapLogic pipeline files by executing generated test cases that validate .slp imports. The skill relies on structured SKILL.md frontmatter and existing templates to create and validate these import tests.

How do I scaffold a Robot Framework test for a .slp file located in my pipelines directory?

Scaffold a basic pipeline import test for a .slp file located under src/pipelines/ using this skill, then adapt the generated Robot Framework test case for additional SnapLogic pipelines as needed.