cf-review-in
SolidCollect and act on review results from an external AI agent. Reads the result file written by an external reviewer and presents findings, then offers to fix issues. Use when the user wants to collect an outside review — e.g. "review in", "collect review", "check review results", "cf-review-in", "read external review", "import review".
Install
Quality Score: 79/100
Skill Content
Details
- Author
- dinhanhthi
- Repository
- dinhanhthi/coding-friend
- Created
- 5 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
cf-review-out
Generate a review prompt for an external AI agent. Creates a self-contained document that any AI (Gemini, Codex, ChatGPT, or even a human) can read and use to review your code changes. Use when the user wants an outside review — e.g. "get a second opinion", "external review", "review out", "send for review", "cf-review-out", "outside review", "prepare review for gemini", "review prompt".
cf-review
Dispatch code review to a subagent. Use when the user wants code reviewed — e.g. "review this", "review my changes", "check the code", "look over this", "code review", "any issues with this?", "is this code ok?", "review before merge", "review the diff", "what do you think of these changes?". Also triggers on requests to review specific files, commits, or branches.
ce-review
Independently code-review implemented code — auto-detecting which direction the review runs. Outbound mode (the default): walk six lenses (correctness, security, performance, maintainability, conformance, simplicity) over a feature's diff with an adversarial verification pass. Inbound mode (PR review comments pasted in): treat each human comment as a CLAIMED finding, verify it against the code (substantiated / refuted / unverifiable), and draft paste-ready replies. Findings, never patches; escalates. Posts to no forge, edits no code. Triggers: code-review/audit the quality or security of a built feature, or triage/answer pasted human PR review comments. Asks HOW IT'S WRITTEN; for DOES IT BEHAVE use /ce-verify. Auto-detects outbound vs inbound from the pasted payload — you need not say which.