Developer
Tools and workflows for software development, code review, and DevOps.
21 skrpts
Code Review Pipeline
Automated PR review with style checking, security scan, and structured feedback
Meeting to Email Pipeline
Records meeting notes, summarizes key points, and formats as a shareable email
Big-Log Extractor & Summariser
Extracts the signal from a large log deterministically — pull matching lines, dedupe, count — then has a model summarise only the small, unique result, cutting tokens dramatically.
CSV to Narrative Report
Turns raw CSV into a narrative report by doing the aggregation deterministically — parse, filter, dedupe, count — then letting a model summarise only the computed result, spending zero tokens on the maths.
IOC Defanger
Extracts indicators of compromise from raw text and neutralises them deterministically, so they are safe to share, then drafts an analyst note.
Translation Pipeline
Translate content into multiple languages with quality review and comparative reporting
Sprint Wrapup Pipeline
Summarizes sprint retrospective notes and extracts action items for the next sprint
Documentation Pipeline
Analyzes source code and generates comprehensive technical documentation with examples, formatted as clean markdown
AI Project Orchestrator
Multi-agent coordination workflow that reasons over a pasted push summary + open-issues list: structured push review, likely-drift flagging, triage + issue-action planning, and a briefing — via a 3-way review loop (Architect → CTO → Orchestrator)
Webapp Testing Pipeline
Plan test cases, write and execute tests, report failures, and fix issues in an automated cycle
Security Audit Pipeline
Scan code for vulnerabilities, categorize findings by OWASP type, prioritize by severity, and produce a remediation roadmap
Release Process Pipeline
Drafts user-facing release notes from recent commits and pull requests
Ralph Wiggum Loop
Autonomous development loop — pick a task, implement, test, commit, repeat until done
Onboarding Setup Pipeline
Generates personalized onboarding materials and interview questions
MCP Server Builder
Design, build, validate, test, and document an MCP server from a service description
Customer Support Flow
Classifies customer intent and drafts appropriate responses
Bug Report Triage Pipeline
Classifies incoming bug reports, extracts structured details, and triages by severity using incident response guidelines
API Weather Pipeline
Demonstrates schema-driven API integration: reads an OpenWeatherMap API schema, composes requests, and generates a weather briefing
Skrptiq-on-Skrptiq
Use Skrptiq to design, build, and publish new skrpts — a four-stage compound workflow chain that demonstrates multi-stage pipelines with human-in-the-loop gates
Skrpt Builder
Design and generate a complete skrpt from a plain-language description — the guided way to create your first skrpt
MCP PR Review Pipeline
Multi-agent pull request review via GitHub MCP — security, quality, and style agents with a human gate before posting