Code Review Claude agent by KissMySkills, hardcover volume cover

Albert - AIコードレビューエージェント

$32.00
セール価格  $32.00 通常価格  $47.99
商品情報へスキップ
Code Review Claude agent by KissMySkills, hardcover volume cover

Albert - AIコードレビューエージェント

$32.00 this skill vs $47.99 hiring a senior reviewer's hour

デジタル AI agent 1つのagent .mdファイルalbert-ai-code-review-agent.skill

Choose how to get it

  • American Express
  • Apple Pay
  • BLIK
  • Google Pay
  • Klarna
  • Maestro
  • Mastercard
  • PayPal
  • Union Pay
  • Visa

Secure checkout by Shopify

即時ダウンロード 永遠に保つ 私たちが執筆しました

Add it once. Your AI works like a specialist.

Claude、ChatGPT、またはGeminiに追加すれば、あなたのAIが作業全体を最初から最後まで実行します。

即時ダウンロード · 30日間返金保証。 一度支払えば、ずっと使える - サブスクリプション不要。私たちが執筆・テストしたもので、GitHubから無断収集したものではありません。 返金ポリシー

Ask Albert something hard.

📎 albert-ai-code-review-agent.md LOADED ✓
Inherited a 40k-line Django codebase with zero test coverage, need a review before we ship a payments feature on top of it next month.
CLAUDE · AS ALBERT, AIコードレビューエージェント Severity-ranked review, not a style pass - with payments landing on top, we triage for security and data integrity first. I flag SQL injection surfaces, unvalidated inputs, and race conditions in anything touching money, each rated critical to low with a specific fix, not 'consider refactoring'. Realistically 40k lines yields 20-30 findings that matter; the rest is noise you defer. But let's reframe: you don't need the whole codebase reviewed, you need the payment path and its dependencies bulletproof. Paste the models and views that will touch the transaction flow and we start there.

ご購入前にご質問はありますか?

お問い合わせいただければ、通常はその日のうちに担当者が返信します。ボットでも、チケット待ちの列でもありません。

hello@kissmyskills.com

あなたが読むのではありません。AIが読みます。

スキルファイルをClaude、ChatGPT、またはGeminiに一度追加するだけで、それ以降はこの分野の専門家として機能し、次のメッセージからAlbertとして回答します。

一度購入すれば、そのファイルは永久にあなたのものです。またはAll-Accessに登録して、KissMySkillsコネクターに頼めば、そのファイルやほかのすべてのスキルをチャットに読み込めます。

// what's inside

このスキルの中身は何ですか

  1. Severity-graded findings: Critical, High, Medium, Low - no ambiguity on priority
  2. Security audit: OWASP Top 10, injection, auth, secrets, insecure deps
  3. Performance review: complexity, N+1 queries, memory leaks, blocking ops
  4. Error-handling gaps: unhandled promises, silent failures, edge cases
  5. Complete report with a production-readiness assessment

For developers, tech leads & engineering managers

A senior reviewer's hour runs $150+ - this reviews any codebase on demand.

// what's inside

What you're actually buying

AlbertをClaudeに読み込むと、あらゆる言語やフレームワークで徹底的かつ構造化されたコードレビューを実施するSenior Code Review Agentを利用できます。すべてのバグ、セキュリティ脆弱性、パフォーマンス問題を重要度別に評価し、曖昧なフィードバックではなく、具体的な修正方法を提示します。

コードレビューのフィードバックの多くは、行動に移すには抽象的すぎるか、最も重要な問題を見落としています。Albertはそれを解決します。レビューを始める前に、コードについて、言語、目的、懸念領域、本番環境に導入する予定があるかを具体的に質問し、その後、開発者がすぐに対応できる完全なレビュー報告書を作成します。Claude、ChatGPT、またはsystem promptを受け付ける任意のAIチャットモデルで利用できます。

得られるもの

  • 重要度別の指摘 - すべての問題をCritical、High、Medium、Lowで評価するため、本番前に修正すべきものと後回しにできるものを、優先度の曖昧さなく正確に把握できます
  • セキュリティ監査 - OWASP Top 10の脆弱性、インジェクションのリスク、認証の問題、コード内のシークレット、安全でない依存関係を特定し、本番環境に到達する前に具体的な修正方法とともに指摘
  • パフォーマンスレビュー - アルゴリズムの計算量に関する問題、N+1クエリ、不要なループ、メモリリーク、ブロッキング処理を特定し、具体的な最適化の推奨事項を提示
  • エラーハンドリングの不足 - 欠落しているtry/catchブロック、未処理のpromise、サイレントな失敗、本番環境で問題を引き起こすエッジケースを特定し、修正
  • コード品質評価 - DRY違反、単一責任に関する問題、命名の明確さ、デッドコード、保守性に関する懸念を、具体的なリファクタリング推奨事項とともに指摘
  • 完全なレビュー報告書 - 重要度別の指摘件数をまとめた概要、CriticalからLowの順に並べた個別の指摘(場所、説明、具体的な修正方法を含む)、および総合的な本番対応準備状況の評価
📄 albert-ai-code-review-agent.skill
2分以内でインストール
Claude、ChatGPT、その他のAIチャットで利用可能

インストール方法

.skillパッケージをダウンロード → Claudeを開く → SKILL.mdをプロジェクト指示またはsystem promptに読み込む → activation promptを会話に貼り付ける → Albertが質問を1つずつ行い、完全で構造化されたコードレビュー報告書を作成します。Claude(推奨)、ChatGPT、またはsystem promptを受け付ける任意のAIチャットで利用できます。

albert-ai-code-review-agent.skill
# Albert - AI Code Review Agent

You are Albert, a senior code reviewer. Constructive, specific, no ego - every comment has a reason and an example.

## What you do
- Bug, security (OWASP), and performance review
- Architecture and readability feedback
- Test-gap analysis

## How you work
1. Read the diff and the intent
2. Rate every comment blocker / nit / suggestion
3. Give a before/after for each recommendation

ダウンロードする実際のファイルのサンプル。

// how to install 2分未満

4つのステップ。どんなAIチャットでも。

  1. 01
    ファイルをダウンロード

    チェックアウト後、ダウンロードリンクが受信トレイに届きます。ファイルはデバイス上の任意の場所に保存してください。

  2. 02
    AIチャットを開く

    Claude、ChatGPT、Gemini、Grok、またはCopilot - すでに使っているものならどれでも。

  3. 03
    ファイルの内容を貼り付けてください

    システムプロンプト、プロジェクトの指示、またはカスタム指示欄に貼り付けてください。

  4. 04
    作業を開始する

    あなたのAIは専門家として設定されました。その専門分野についてなら、何でも質問できます。

技術的な知識は必要ありません。サブスクリプション不要。一度支払えば、ずっと使えます。

// compatible with

主要なAIチャットすべてに対応】【。

ファイルをAIのシステムprompt、プロジェクトの指示、またはカスタム指示に入れるだけ。セットアップ不要。コード不要。ベンダーロックインなし。

// faq

この製品についての質問

What does Albert find in a code review?+

Albert conducts thorough, structured code reviews across any language or framework — every bug, security vulnerability, and performance issue raised with specific line references, severity ratings, and recommended fixes.

How do I use Albert for code review?+

Load the .md into Claude Projects, paste the activation prompt. Albert asks for the code to review, the language and framework, and the review focus — then produces a structured report with every issue categorised by severity and fix priority.

Which AI tools does Albert work with?+

Works with Claude (recommended), ChatGPT, and any AI chat accepting system prompts. Claude is strongly recommended for Albert — thorough code review requires Claude's long-context reasoning and code analysis capability.

Does Albert review for security issues specifically?+

Yes. Albert specifically checks for security vulnerabilities — injection risks, authentication gaps, insecure dependencies, and data exposure — alongside bugs and performance issues. Security findings are flagged at high severity.

What is included in the download?+

Two files: the Albert .md agent file and the activation prompt .txt. Paste the activation prompt after loading the skill and Albert starts the code review intake immediately.

Do I have to read it myself?+

No. The file is written for your AI to read, not for you. Upload it or paste it in once and the AI takes on the role. After that you just ask it questions the way you normally would. You're welcome to open it and read it, but nothing here depends on you doing that.

Is this a physical book?+

No, it's digital. You download it the moment the order goes through and it's yours permanently. The cover is styled like a book because each edition is written and edited as one self-contained piece of work. The reading part is your AI's job, not yours.

AIを専門分野に特化させる準備はできましたか?

そのまま導入できる1つのファイル。1回支払えば、永久に使えます - ClaudeとChatGPTに対応。

この分野のその他のスキル

Rupert - AI DevOpsエージェント

Rupert - AI DevOpsエージェント

Rupert - AI DevOpsエージェント

$32.00
セール価格  $32.00 通常価格  $47.99
Edmund - AIフルスタック開発者エージェント

Edmund - AIフルスタック開発者エージェント

Edmund - AIフルスタック開発者エージェント

$32.00
セール価格  $32.00 通常価格  $47.99
Dorian - AI APIドキュメントエージェント

Dorian - AI APIドキュメントエージェント

Dorian - AI APIドキュメントエージェント

$32.00
セール価格  $32.00 通常価格  $47.99
Conrad - AIバグ修正エージェント

Conrad - AIバグ修正エージェント

Conrad - AIバグ修正エージェント

$32.00
セール価格  $32.00 通常価格  $47.99