init-devin-review
Init Devin Review
Generate Devin review configuration from repository evidence. REVIEW.md controls what Bug Catcher flags in diffs. AGENTS.md controls how Devin should behave while working in the repo. Default to the smallest configuration that meaningfully improves review quality.
Use this skill when
- setting up Devin Bug Catcher for a repository
- fixing noisy or weak
REVIEW.mdguidance - deciding whether the repo needs only
REVIEW.mdor bothREVIEW.mdandAGENTS.md - scoping review rules across packages or services in a monorepo
Core working rules
- Start with the repository, not the scenario library.
- Inspect existing instruction and context files before writing anything: matching
**/REVIEW.md,**/AGENTS.md,**/CLAUDE.md,**/CONTRIBUTING.md,SECURITY.md,.cursorrules,.windsurfrules,agents/rules/**/*.md,.cursor/rules/**/*.mdc,.github/copilot-instructions.md,.coderabbit.yaml,.coderabbit.yml,greptile.json,CODE_OF_CONDUCT.md,.editorconfig,.github/CODEOWNERS,COMPLIANCE.md, and.devin/config files. - Account for scoped instruction files inside agent-style subdirectories such as
.agents/,.devin/,.cursor/, or.github/when checking for overlap. Also readLICENSEfor licensing context (do not duplicate its content). - Reuse the repo's real paths, libraries, commands, docs, and pain points. Never copy reference text verbatim.
REVIEW.mdcan live at the root or in scoped subdirectories.AGENTS.mdcan also be scoped, but default to one root file and add scopedAGENTS.mdonly when package-specific execution rules truly diverge.- Keep
REVIEW.mdfocused on reviewable diff issues. Put coding workflow, architecture, and task-execution behavior inAGENTS.mdonly when needed.
More from yigitkonur/skills-by-yigitkonur
run-research
Use skill if you are answering one technical research question with current web evidence, Reddit practitioner experience, and source-backed synthesis, optionally fanned out across parallel subagents.
42run-agent-browser
Use skill if you are driving the agent-browser CLI for ad hoc browser automation — @ref snapshots, sessions, forms, extraction, screenshots, headed/stealth, or provider runs.
38publish-npm-package
Use skill if you are publishing to npm via GitHub Actions release workflow with trusted publishing, NPM_TOKEN, provenance, semantic-release, changesets, release-please, or fixing npm publish CI.
35init-agent-config
Use skill if you are creating, auditing, or migrating CLAUDE.md, AGENTS.md, or REVIEW.md instruction files, folder-scoped agent guidance, or cross-agent companion entrypoints.
34build-mcp-use-server
Use skill if you are building TypeScript MCP servers with mcp-use/server — server.tool, response helpers, ctx.auth, sessions, transports, widgets, Inspector, deploy.
34build-skills
Use skill if you are creating or substantially revising a Claude skill and need workspace-first evidence, remote comparison, and repo-fit synthesis before writing SKILL.md.
32