Skip to main content
activepieces
GitHub creator profile

activepieces

Repository-level view of 15 collected skills across 1 GitHub repositories.

skills collected
15
repositories
1
updated
Aug 21, 2026
repository explorer

Repositories and representative skills

profile-app-cpu
software-developers

Find what is burning CPU in a live app container without restarting it: separate the JS thread from GC and libuv, open the V8 inspector in place with SIGUSR1, take a CPU profile over CDP, and aggregate it back to the function that owns the time. Use when…

Aug 21, 2026
piece-builder
software-developers

Build and edit Activepieces pieces (integrations) — creating new pieces, adding actions or triggers, or fixing bugs in existing ones. Use when the user asks to work on an Activepieces piece, connector, or integration.

Aug 19, 2026
profile-worker-memory
network-and-computer-systems-administrators

Diagnose a worker that is growing memory or being OOM-killed: separate a JS-heap leak from native growth, take a V8 heap snapshot of a live worker in place (never uploading it), and walk the retainer path back to the code that holds the memory. Use when a…

Aug 13, 2026
piece-output-schema
software-developers

Generate `outputSchema` for an Activepieces piece's actions and triggers, so a step's output renders as a curated, labelled tree in the flow builder and data selector. Use when the user asks to add or improve outputSchema for a piece.

Aug 10, 2026
triage-dependabot-alerts
information-security-analysts

Triage Dependabot dependency vulnerability alerts for the Activepieces repo — pull open alerts, dedupe to distinct (package, advisory), confirm the vulnerable package + API is actually used, and propose version-bump fixes proven non-breaking (build + tests)…

Jul 14, 2026
triage-image-cves
information-security-analysts

Scan an Activepieces Docker image with grype for OS/base-image (deb) and application (npm) CVEs of High/Critical severity. Lists the 3 most-recent published tags and lets the user pick which to scan, validates each finding is real and reachable, and proves…

Jul 14, 2026
triage-security-advisories
information-security-analysts

Triage the GitHub privately-reported vulnerability backlog for Activepieces — pull repository security advisories from the Security tab, scope-check against SECURITY.md, deeply validate each, compute SLA status, and propose fix plans for review. Use when the…

Jul 14, 2026
debug-failed-run
network-and-computer-systems-administrators

Debug a failed Activepieces flow run end-to-end: given a flow run id (or BullMQ job id), find why it failed, cross-referencing the live BullMQ job + Postgres rows (SSH script on the DevOps box), the centralized ClickHouse logs (ClickStack MCP), and the code…

Jun 30, 2026
Showing 8 of 15 collected skills.
Showing 1 of 1 repositories
All repositories loaded