Code Review and Standards (Bedriftsgrafen Lead Architect)

Review code changes against architecture, typing, security, and testing standards.

Updated Jan 10, 2026
One-click install
npx skills add https://github.com/Bedriftsgrafen/bedriftsgrafen.no --skill code-review-and-standards-bedriftsgrafen-lead-architect
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Code Review and Standards (Bedriftsgrafen Lead Architect)
Source: https://github.com/Bedriftsgrafen/bedriftsgrafen.no/tree/main/.agent/skills/code_review_process
Command: npx skills add https://github.com/Bedriftsgrafen/bedriftsgrafen.no --skill code-review-and-standards-bedriftsgrafen-lead-architect

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ensures every code change is production-ready, secure, and maintainable by enforcing rigorous review standards.

Core Features & Use Cases

  • Architecture and pattern validation: enforce Repository -> Service -> Router architecture, and detect anti-patterns.
  • Type safety and testing: require explicit types, ensure Pydantic v2 usage, and mandate tests (backend and frontend).
  • Security and maintainability: enforce admin authentication, parameterized queries, linting, and style guidelines.
  • Use Case: Review a feature branch before merge to prevent performance issues and ensure code quality.

Quick Start

Run a code review on the target change using the Bedriftsgrafen Lead Architect standards to generate actionable feedback.

Frequently Asked Questions about Code Review and Standards (Bedriftsgrafen Lead Architect)

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce strict coding standards during a code review?

Enforce strict coding standards during code review by applying a rigorous checklist against architecture, typing, security, and testing to generate structured actionable feedback. This validates production-grade quality and prevents unsafe patterns before merge.

How do I validate Repository, Service, and Router architecture in a feature branch?

Validate Repository, Service, and Router architecture in a feature branch by checking code changes against strict architectural standards. This enforces layer separation and detects anti-patterns before merge to ensure maintainability.

Can I use this code review process for both frontend and backend changes?

Yes, you can use this code review process for frontend, backend, and infrastructure changes across repositories. It enforces type safety, mandates Pydantic v2 usage, and requires tests for all code changes to ensure compliance.

What security checks should I perform before merging a code change?

Perform security checks for admin authentication and parameterized queries before merging a code change. This enforces security standards by validating compliance and preventing unsafe patterns in the codebase.

How do I ensure type safety and Pydantic v2 compliance in code reviews?

Ensure type safety and Pydantic v2 compliance in code reviews by requiring explicit types and validating usage against strict coding standards. This generates structured feedback to enforce production-grade quality.