소개
This skill streamlines the development lifecycle of LangChain-based AI applications by automating the configuration of GitHub Actions workflows. It provides production-ready templates for unit testing with mocks, integration testing with real LLM providers, and code quality checks using Ruff and mypy. By implementing standardized pytest markers and pre-commit hooks, it ensures that LLM chains are reliable, maintainable, and continuously validated against regressions before deployment to production environments.