engineering
v1.0.0Get a change reviewed and out the door: a review that reads the diff instead of the repository and runs only the lenses its signals call for, PR descriptions built around intent rather than a file list, and the plain voice both of them are written in.
By opspressoLicense: MIT0 GitHub starsUpdated 2 weeks ago
Directory evidence
- Runtimes
- Agent Plugins
- Parsed components
- 3 skill or MCP entries
- Source updated
- Sep 8, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Get the plugin
git clone https://github.com/opspresso/agent-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/engineering/.
This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.
Plugin files
├── plugin.json├── skills/code-review/SKILL.md├── skills/engineering-writing/SKILL.md└── skills/pr-description/SKILL.md
Included Skills3
Pull Request·diff·패치의 버그, 회귀 위험, 보안 문제와 테스트 누락을 검토할 때 쓴다. 변경과 관련 코드를 확인해 근거 있는 지적을 심각도순으로 보고한다. 저장소 전체 감사는 범위 밖이며 PR 본문 작성은 pr-description을 쓴다.
PR 본문, 커밋 메시지, 이슈 코멘트, 릴리스 노트, 설계 문서와 README의 문장을 작성하거나 개선할 때 쓴다. 기술적 원인과 결과를 독자가 이해할 수 있게 쓰고 저장소의 형식과 용어를 따른다. 일반 업무 문서는 korean-writing, 기존 한국어 글의 윤문은 korean-humanize를 쓴다.
Pull Request 제목과 본문을 작성하거나 기존 설명을 개선할 때 쓴다. 실제 변경에서 해결할 문제, 변경 후 동작과 검증을 정리하고 필요한 위험과 관련 링크를 덧붙인다. 코드의 버그·회귀 검토는 code-review를 쓴다.
Plugin manifests1
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "engineering",
"version": "1.0.0",
"description": "Get a change reviewed and out the door: a review that reads the diff instead of the repository and runs only the lenses its signals call for, PR descriptions built around intent rather than a file list, and the plain voice both of them are written in.",
"author": {
"name": "opspresso"
},
"repository": "https://github.com/opspresso/agent-plugins",
"license": "MIT",
"keywords": [
"code-review",
"pull-request",
"diff",
"git",
"writing"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[engineering on Agent Plugins Marketplace](https://pluginsmp.com/plugins/engineering-4)