maida-ai
- 7 skills
- 0 followers
- 7 hours ago last updated
- ▌ Fix Issue · maida-ai bundleGitHub issue resolution workflow for a single numbered issue in the current repository, including issue lookup, repository inspection, focused implementation, regression testing, small local commits, and an uncommitted local report. Best fit for issue-number-driven bug fixes or small feature requests.
- ▌ Fix Comments · maida-ai bundleGitHub pull request review workflow for stacked or multi-commit PRs, focused on mapping review comments to their atomic commits, preserving commit structure during fixes, maintaining a local review-resolution report, and preparing optional reply drafts. Best fit for PR review follow-up where comments belong in specific commits.
- ▌ Review Stack · maida-ai bundleGitHub PR review workflow for reviewing each stacked commit in a numbered pull request as a functionally atomic change, mapping existing review threads and replies to specific commits, and writing one severity-labeled local report per commit. Best fit for PRs where commits are intended to be independently reviewable.
- ▌ Split Pr Stack · maida-ai bundleGitHub PR and commit-stack restructuring workflow for turning oversized changes into smaller atomic commits, with scope analysis from PR metadata, review comments, modified files, split planning, history-rewrite validation, and local split reports. Best fit for large PRs, oversized commits, or reviewability cleanup.
- ▌ Maida Debug Gate · maida-ai bundleDiagnose a failing Maida behavioral regression gate from its report, reason codes, baseline, local trace, and source changes; then fix the regression or prepare an explicitly reviewed baseline update. Use when maida assert or maida-ai/maida-assert fails, a PR report shows changed agent structure, or a developer needs to decide whether changed behavior is a bug or intentional.
- ▌ Maida Instrument Agent · maida-ai bundleInspect a Python agent repository and add the smallest reviewable Maida instrumentation using a supported framework adapter or the core tracing API. Use when asked to trace, instrument, or capture the structural behavior of a LangChain/LangGraph, OpenAI Agents SDK, CrewAI, or custom Python agent with Maida.
- ▌ Maida Add Regression Gate · maida-ai bundleAdd a reviewed Maida baseline, policy-as-code configuration, and GitHub Actions behavioral regression gate to an already instrumented agent repository. Use when asked to establish known-good agent behavior, configure maida assert, scaffold maida-ai/maida-assert, or add Maida pre-merge CI protection.