Token导航 LogoToken导航TokenDH.com
AI 工具需要联网github未标认证来源可访问clear审计异常

reflect技能安全扫描

Agent Skill

reflect 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

1

周安装

8

GitHub Stars

1

下载量

65
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:reflect(技能安全扫描)
来源仓库:https://github.com/jainabhishek/reflect-skill
仓库路径:skills/reflect
安装命令:
npx skills add https://github.com/jainabhishek/reflect-skill --skill reflect
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/jainabhishek/reflect-skill --skill reflect

简介

reflect 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中围绕仓库状态和协作事项工作。
  • 通过 npx skills add 从 GitHub 仓库安装使用。
  • 建议确认权限范围和维护状态,避免触发联网或文件读写。
  • 可结合原始 README 继续核验具体用法。

SKILL.md

Reflect Skill

Analyze conversations to extract corrections, preferences, and best practices, then persist them to skill files. Supports manual triggering, automatic hooks, and Git versioning.

Commands

CommandDescription
/reflectAnalyze current session and propose skill updates
/reflect [skill-name]Reflect and update a specific skill
reflect onEnable automatic reflection via stop hook
reflect offDisable automatic reflection
reflect statusShow current reflection mode

Manual Reflection Flow

1. Analyze Session for Signals

Scan the conversation and categorize by confidence:

HIGH Confidence - Explicit corrections

  • "No, use X instead of Y"
  • "Never [action] in this project"
  • "Always check for [condition]"

MEDIUM Confidence - Success patterns

  • Approaches that worked after iteration
  • Patterns user approved or praised

LOW Confidence - Observations

  • Implied preferences
  • Patterns to review later

2. Present Review & Approval

📊 Signals Detected:

HIGH CONFIDENCE:
- "Never generate button styles - reference existing components"
- "Always check for SQL injections"

MEDIUM CONFIDENCE:
- Arrow functions preferred for callbacks

LOW CONFIDENCE:
- Prefers concise explanations

📝 Proposed Changes to [skill-name].md:

+ ## Security
+ - Always validate database queries for SQL injection
+
+ ## Code Style
+ - Never generate UI components; reference existing library

💬 Commit message: "Add SQL injection and UI component rules"

Accept changes? [Y/n/edit with natural language]

User options:

  • Y - Accept all changes
  • n - Reject
  • Natural language: "Remove the arrow function one" or "Change the wording to..."

3. Update Skill & Commit

  1. Locate target skill file (project or ~/.claude/skills/)
  2. Merge new learnings (newer rules override conflicts)
  3. If Git repo: stage, commit with message, push

Automatic Reflection

Toggle Commands

reflect on      # Enable auto-reflection on session end
reflect off     # Disable auto-reflection
reflect status  # Check current mode

How It Works

When enabled, the stop hook triggers automatic learning:

  1. Session ends → stop hook fires
  2. Analyzes conversation for learnings
  3. Updates skill file (shows notification: "Learned from session: [skill-name]")
  4. Commits to Git if configured

Hook Configuration

The session-end hook is auto-registered when you install this plugin. No manual configuration needed.

State stored in ~/.claude/.reflect-state (enabled/disabled).

Git Integration

Version your skills to track evolution over time:

cd ~/.claude/skills
git init
git remote add origin <your-repo>

Benefits:

  • See how skills evolve with each learning
  • Rollback if a learning causes regressions
  • Track system improvement over time

Learning Categories

CategoryExamples
Code StyleNaming conventions, formatting
SecurityInput validation, SQL injection
TestingCoverage requirements, edge cases
API DesignEndpoint conventions, responses
UI/UXComponent usage, accessibility
WorkflowPR process, commit format

Example

You: Review the auth module
Claude: [Reviews, misses SQL injection]
You: You missed SQL injection - always check for that

You: /reflect

Claude: 📊 HIGH: "Always check for SQL injections"

        📝 Proposed for security-review.md:
        + - Validate all database queries for SQL injection

        Accept? [Y/n]

You: Y

Claude: ✅ Updated security-review.md
        📤 Committed: "Add SQL injection validation rule"

Next session: Claude automatically checks for SQL injection.

Goal

Correct once, never again. Build a self-improving system where learnings persist and compound over time.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

29.09%
按下载量换算19

windsurf

25.38%
按下载量换算16

trae

17.98%
按下载量换算12

OpenCode

13.68%
按下载量换算9

Cursor

8.05%
按下载量换算5

Codex

3.22%
按下载量换算2

安全审计

Gen Agent Trust Hub

未通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。

来源信息

继续浏览同类 Skills