AgentSystemLabs
Official@agentsystemlabs
Offers specialized engineering operations for codebase maintenance, quality assurance, and pull request lifecycle management within modern web development environments.
Agent Skills by AgentSystemLabs
Showing 37 vetted skills indexed across 1 GitHub repositories.
check-release-risk
Analyze branch diffs to categorize release-breaking changes by risk.
commit
Split a dirty working tree into grouped, buildable git commits with pre-flight checks.
add-e2e-test
Add Playwright end-to-end tests with smoke gates and role-based assertions.
resolve-conflict
Resolve Git merge, rebase, or cherry-pick conflicts by inspecting marker intent and regenerating affected artifacts.
fix-pr-tests
Diagnoses GitHub CI test failures and applies minimal fixes to resolve them.
add-empty-error-states
Add empty and error UI states to TanStack Query and Router data-fetch surfaces.
audit-analytics
Audit analytics instrumentation for event naming consistency and PII leaks.
add-migration
Classify schema changes into additive, mutating, or destructive migration plans.
audit-seo-meta
Audit per-route SEO and social-share metadata across TanStack Start, Next.js, and HTML pages.
audit-perf
Audit route entry points for static performance bottleneck patterns.
audit-authz
Audits server-side authorization and ownership across handlers including tRPC and GraphQL.
add-regression-test
Generate regression tests that fail pre-fix and pass post-fix.
audit-a11y
Audit React routes and components for WCAG AA accessibility issues.
reorganize-files
Reorganize ungrouped files into grouped layouts while updating references.
fix-bug
Diagnose silent integration failures with runtime-contract-first evidence and ranked hypotheses.
release
Cut versioned git releases with quality gates and annotated tags.
check-pr-readiness
Run diff-scoped typechecking, linting, formatting, and tests on pull requests.
open-pr
Generate reviewer-ready GitHub pull requests from git diff metadata.
commit-and-push
Commit local changes and push the current HEAD branch to its remote.
harden-types
Replace unsafe TypeScript casts with schema parsing at trust boundaries.
write-tests
Generate automated test suites with harness detection and runner selection.
sync-docs
Update existing documentation files to match current codebase changes.
realign
Migrate persisted data when domain-model enum or state vocabulary changes meaning.
audit
Audit whole-codebase tech-debt with severity-ranked findings.
Frequently Asked Questions About AgentSystemLabs
FAQPage SchemaWhat specific engineering tasks are enabled by these capabilities?▼
These capabilities enable automated pull request readiness checks, regression test generation, codebase tech-debt auditing, and structured logging implementation. They facilitate end-to-end testing, UI state management, and the systematic removal or modification of features while maintaining reference integrity across the repository.
Which personas benefit most from these technical capabilities?▼
Full-stack engineers, software architects, and quality assurance leads benefit most from these capabilities. They are designed for developers managing complex TypeScript codebases, specifically those utilizing TanStack, Next.js, or GraphQL, who require rigorous enforcement of release quality gates and documentation synchronization.
What are the prerequisites for integrating these capabilities into a project?▼
Integration requires a Git-based version control system and a standard Node.js environment. The capabilities rely on existing project structures such as Playwright for testing, TypeScript for type definitions, and standard GitHub repository configurations for pull request and release management.