n8n-studio:summarize-result

Generate end-of-cycle documentation, workflow JSON, and a GitHub pull request.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/icednut/n8n-studio --skill n8n-studio-summarize-result
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: n8n-studio:summarize-result
Source: https://github.com/icednut/n8n-studio/tree/main/skills/summarize-result
Command: npx skills add https://github.com/icednut/n8n-studio --skill n8n-studio-summarize-result

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the end-of-cycle coordination problem by turning verified n8n workflow changes into a consistent set of deliverables, including a documented result, saved workflow JSON, and an automatically created GitHub pull request.

Core Features & Use Cases

  • Writes the final result document: Generates docs/[project]/yyyyMMdd-feature/04-result.md summarizing the request type, target workflow, change list, verification outcomes, and key decisions.
  • Downloads and stores workflow JSON locally: Uses n8n-mcp to retrieve the updated workflow JSON and saves it under workflow/[project]/n8n/[workflow-name].json.
  • Creates the GitHub pull request from git state: Stages docs and workflow artifacts, commits with a conventional message, pushes the feature branch, and opens a PR against main.

Quick Start

Ask an n8n-studio agent to finalize the cycle by generating 04-result.md, downloading the updated workflow JSON, committing all changes, and creating a GitHub PR for the completed work.

Frequently Asked Questions about n8n-studio:summarize-result

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

FAQPage Schema
How do I save n8n workflow JSON and create a GitHub pull request after testing?

To save n8n workflow JSON and create a GitHub pull request, you generate a result document, retrieve workflow JSON via n8n-mcp, commit the changes, and open a PR. This ensures verified workflow changes are captured and pushed.

What is the process for finalizing n8n workflow development cycles?

Finalizing n8n workflow development cycles involves writing end-of-cycle documentation, downloading the updated workflow JSON into a local directory, and creating a GitHub PR. This coordinates release artifacts for reproducible workflow states.

Can I automatically generate documentation for n8n workflow changes?

Yes, you can automatically generate documentation for n8n workflow changes by creating a 04-result.md file. This document summarizes the request type, target workflow, change list, verification outcomes, and key decisions.

Does creating a GitHub PR for n8n workflows require manual git commands?

Creating a GitHub PR for n8n workflows does not require manual git commands because the process executes deterministic git add, commit, and push actions. It then calls the GitHub pull request creation MCP tool automatically.

What's the best way to ensure reproducible n8n workflow state is captured?

The best way to ensure reproducible n8n workflow state is captured is by downloading the updated workflow JSON into a local directory and committing it alongside a generated result document. This guarantees the verified workflow state is stored.

Why do I need to write a 04-result.md file for n8n workflow updates?

You need to write a 04-result.md file for n8n workflow updates to summarize the request type, change list, and verification outcomes. This end-of-cycle documentation provides a consistent record of key decisions and release artifacts.