# Sentry Skill: Integrating Production Error Troubleshooting into AI Agent Workflows

Sentry is an Agent Skill maintained by OpenAI in the curated directory of the openai/skills repository, which enables read-only observability queries via the official Sentry CLI: listing unresolved issues, viewing event details, and calling issue explain/plan to generate root cause analysis and repair suggestions. This article introduces its positioning, core commands, installation methods for both the CLI and the Skill (Codex's $skill-installer and Cursor's .cursor/skills), as well as precautions including the default 24-hour production environment query scope, JSON output format and security desensitization, which is suitable for DevOps/SRE to integrate online troubleshooting into AI workflows.

Read More
### 正式译法(适配技术文档场景): Setting up CI: Let AI Agents Help You Build GitHub Actions CI/CD Pipelines

# setup-ci from awesome-cursor-skills: A beginner-friendly DevOps skill for GitHub Actions This skill detects Node.js, Python, Go and other projects via the SKILL.md specification, then generates a `ci.yml` workflow that includes linting, testing, type checking and optional deployment. It emphasizes the use of `npm ci`, dependency caching and secret security best practices. This article covers installation (deploying to `.cursor/skills/`), typical usage and precautions, and is ideal for quickly setting up CI/CD for new projects.

Read More
GitHub Stacked PR Public Beta: Split large changes into PR chains that can be independently reviewed and merged with one click

On July 30, 2026, GitHub announced that Stacked Pull Requests had entered public beta, supporting the splitting of large changes into an ordered PR chain, independent layer-by-layer reviews, and one-click merging of the entire stack. Based on official changelogs and documentation, this article introduces the branch dependency model, review and CI mechanisms, the getting-started steps for the gh-stack CLI, as well as the collaboration methods with Merge Queue and Copilot Agent and current limitations.

Read More
Copilot Code Review Integrates Agent Skills and MCP: Team Guidelines Finally Can Be Included in Reviews

On July 29, 2026, GitHub announced the general availability of Copilot code review support for Agent Skills and MCP servers, which is now available to Pro, Business and Enterprise users. Teams can inject internal coding and review specifications via the SKILL.md file in the .github/skills directory; MCP can pull external contexts such as Jira and document systems in read-only mode, and attribution tags for skills and MCP are added to review comments. This article sorts out the core capabilities of the general release, the configuration examples of SKILL.md, the read-only security boundary of MCP and implementation suggestions.

Read More