编程提示词大全

精选 146 条编程类 AI 提示词,免费复制即用,适配 DeepSeek、Claude、ChatGPT 等模型。点开即可查看全文。

提示词优化器(元提示词)

把你随手写的模糊需求,自动改写成结构化、可复用的高质量提示词。

Rewrites your rough request into a structured, reusable, high-quality prompt.

编程9.3万查看全文 →

代码重构建议

针对坏味道给出可落地的重构步骤。

Turn code smells into actionable refactoring steps.

编程5.3万查看全文 →

安全审计清单

生成针对性的代码安全审计清单。

Generate a targeted code security audit checklist.

编程5.2万查看全文 →

技术方案文档

生成结构完整的技术设计文档。

Produce a complete technical design document.

编程4.9万查看全文 →

报错排查 / Debug

贴报错和代码,定位根因 + 给修复 + 防复发建议。

Paste the error and code, get root cause, a fix, and prevention.

编程4.7万查看全文 →

技术选型对比

多维对比候选技术并给出推荐。

Compare candidates on multiple axes and recommend.

编程4.7万查看全文 →

LeetCode 题解模板

生成结构化的算法题解。

Generate structured algorithm problem solutions.

编程4.6万查看全文 →

SQL 查询优化

分析执行计划并优化慢查询。

Analyze the plan and tune slow queries.

编程4.5万查看全文 →

技术面试题讲解

深入讲解技术面试题与考点。

Deeply explain technical interview questions.

编程4.3万查看全文 →

代码审查助手

按可读性 / 边界 / 性能逐条过,给出可直接采纳的 diff。

Walks readability / edge cases / perf, returns ready-to-apply diffs.

编程4.2万查看全文 →

API 设计评审

对 REST/RPC 接口设计做系统化评审。

Systematically review REST/RPC interface design.

编程4.1万查看全文 →

代码逐行解释

深入解释代码逻辑与设计意图。

Explain code logic and design intent in depth.

编程4万查看全文 →

SQL 查询助手

用大白话描述需求,给出 SQL + 解释 + 性能注意点。

Describe the need, get SQL plus explanation and performance notes.

编程4万查看全文 →

数据库表设计

把业务实体转为规范化表结构。

Turn business entities into a normalized schema.

编程3.9万查看全文 →

算法思路引导

引导式拆解算法解题思路。

Guide step-by-step algorithm problem solving.

编程3.8万查看全文 →

性能优化审查

定位瓶颈并给出分层优化方案。

Find bottlenecks and give layered optimizations.

编程3.7万查看全文 →

Linux 终端模拟器

让 AI 扮演 Linux 终端,只回命令输出,方便练命令、查结果。

AI acts as a Linux terminal, replying only with the terminal output.

编程3.6万查看全文 →

README 生成

根据项目信息生成专业 README。

Generate a professional README from project info.

编程3.6万查看全文 →

CSS 布局实现

用现代 CSS 实现响应式布局。

Build responsive layouts with modern CSS.

编程3.3万查看全文 →

Shell 脚本生成

生成健壮、带错误处理的 Shell 脚本。

Generate robust shell scripts with error handling.

编程3.3万查看全文 →

以太坊开发者

编写区块链消息智能合约并讲解

Builds a blockchain messenger smart contract

编程4.7万查看全文 →

JavaScript 控制台

模拟 JS 控制台只输出运行结果

Acts as a JS console printing only output

编程5.3万查看全文 →

网络安全专家

制定保护数据免受攻击的安全策略

Devises strategies to protect data from attackers

编程3.8万查看全文 →

算法启蒙讲师

用Python为初学者讲解算法

Teaches algorithms to beginners with Python

编程2.9万查看全文 →

SQL终端

模拟SQL终端返回查询结果表

Simulates an SQL terminal returning result tables

编程3.5万查看全文 →

开发者关系顾问

量化评估软件包及其文档生态

Analyzes a software package and its docs

编程2.8万查看全文 →

IT 架构师

将新系统整合进现有 IT 架构

Integrates a new system into IT landscape

编程3.5万查看全文 →

车载导航系统

规划最佳路线并实时更新路况

Plans best routes with live traffic updates

编程2万查看全文 →

Python 解释器

执行 Python 代码并只输出结果

Runs Python code and returns only output

编程4.2万查看全文 →

IT 专家

分步解决技术与系统问题

Provides step-by-step IT and system support

编程3.7万查看全文 →

全栈软件开发者

用 Golang 与 Angular 设计架构与代码

Designs app architecture with Golang and Angular

编程4.8万查看全文 →

R 语言解释器

只在代码块中回显终端输出

Echoes only R terminal output in a code block

编程2万查看全文 →

StackOverflow 回答

像 SO 帖子那样回答编程问题

Answers programming questions like a SO post

编程3.5万查看全文 →

PHP 解释器

只在代码块中回显 PHP 输出

Echoes only PHP output in a code block

编程1.9万查看全文 →

软件质量保证测试员

测试功能并撰写缺陷报告

Tests software and writes detailed bug reports

编程3.3万查看全文 →

密码生成器

按参数生成复杂安全密码

Generates complex passwords from given parameters

编程2.4万查看全文 →

高级前端开发工程师

用指定技术栈编写前端项目代码

Codes a frontend project with a fixed stack

编程5.1万查看全文 →

代码审查员

审查代码并给出反馈和替代方案

Reviews code and shares feedback and alternatives

编程6.8万查看全文 →

无障碍审计师

审查网站的无障碍合规与可访问性

Audits a website for accessibility compliance

编程2.3万查看全文 →

Solr 搜索引擎

模拟独立模式运行的 Solr 搜索引擎

Emulates a standalone Solr search engine

编程1.4万查看全文 →

提交信息生成器

按约定式提交格式生成 commit 信息

Generates conventional-format commit messages

编程3.9万查看全文 →

约定式提交信息生成器

依规范从 diff 生成提交信息

Builds spec-compliant commit messages from diffs

编程1.7万查看全文 →

图表生成器

生成 Graphviz DOT 代码绘制图表

Generates Graphviz DOT diagrams from input

编程2万查看全文 →

技术迁移者

将简历要点从一种技术映射到另一种

Maps resume bullets between technologies

编程1.1万查看全文 →

数据科学家

从用户行为数据中挖掘可行建议

Extracts actionable insights from user data

编程4.2万查看全文 →

单元测试助手

分析代码并生成测试用例

Writes test cases and test code for your code

编程2.9万查看全文 →

软件开发导师

用通俗例子讲解复杂编程概念

Teaches coding concepts simply with examples

编程3.5万查看全文 →

逻辑构建工具

只给提示引导你想通编程题

Guides you to solve coding problems via hints

编程2.5万查看全文 →

GitHub专家

解答git仓库管理命令与操作

Advises on git and GitHub commands

编程4.4万查看全文 →

任意语言转Python转换器

把任意代码转成带注释的Python

Converts any code to commented Python

编程2.8万查看全文 →

DAX终端

为分析需求生成DAX度量值示例

Generates DAX measure examples on command

编程2.2万查看全文 →

顶级编程专家

精准解答并用类比讲清复杂概念

Gives precise coding answers with analogies

编程6.7万查看全文 →

大语言模型安全专家

测试并缓解大模型的安全漏洞风险

Finds LLM vulnerabilities and suggests mitigations

编程4.9万查看全文 →

技术排障专家

只给设备软件故障的排查步骤

Replies with only troubleshooting steps for tech issues

编程4.4万查看全文 →

技术架构专家

资深移动端架构师解决复杂扩展难题

Expert mobile architect for complex scaling challenges

编程4.5万查看全文 →

DevOps 工程师

提供部署与 CI/CD 的可扩展自动化方案

Offers scalable deployment and CI/CD solutions

编程5.7万查看全文 →

Linux 脚本开发者

编写专业健壮的自动化 Bash 脚本

Creates professional, robust automation Bash scripts

编程5万查看全文 →

逆向提示工程师

根据输出反推可能生成它的原始提示

Reconstructs the original prompt from an output

编程3.9万查看全文 →

数据转换器

按输出模式转换 JSON 数据结构

Transforms input data to match an output schema

编程3.4万查看全文 →

3D FPS 游戏开发

用 Three.js 开发第一人称射击游戏

Build a 3D first-person shooter with Three.js

编程4.9万查看全文 →

互动测验应用

用前端打造功能完整的测验应用

Build a full-featured interactive quiz app

编程3.8万查看全文 →

冥想计时器

打造正念冥想计时 PWA 应用

Build a mindfulness meditation timer app

编程2.5万查看全文 →

安全密码生成器

构建强随机的安全密码生成工具

Create a strong, secure password generator

编程4.1万查看全文 →

网页音乐播放器

用 Web Audio API 开发音乐播放器

Develop a web music player with Web Audio API

编程3.5万查看全文 →

绘画应用

用 Canvas 创建互动绘画工具

Create an interactive Canvas drawing app

编程2.9万查看全文 →

汇率换算器

用汇率 API 开发货币换算工具

Develop a currency converter with live rates

编程2.6万查看全文 →

食谱查找应用

用美食 API 打造食谱查找应用

Create a recipe finder app with a food API

编程2.4万查看全文 →

预算追踪应用

开发全面的个人预算追踪应用

Develop a comprehensive budget tracking app

编程3.1万查看全文 →

天气仪表盘

用 OpenWeatherMap API 构建天气面板

Build a weather dashboard with OpenWeatherMap

编程3.9万查看全文 →

文件加密工具

用 Web Crypto API 做客户端加密工具

Build a client-side file encryption tool

编程2.8万查看全文 →

代码片段管理器

为开发者打造代码片段管理工具

Build a developer code snippet manager

编程3.2万查看全文 →

看板任务面板

用前端构建看板项目管理面板

Build a Kanban project management board

编程3.5万查看全文 →

习惯追踪应用

打造带打卡统计的习惯管理网页

Build a habit tracking web app with stats

编程3.1万查看全文 →

网页图像编辑器

用Canvas打造专业图片编辑工具

A canvas-based web image editor

编程2.8万查看全文 →

文本分析工具

可读性、情感、关键词全面文本分析

Analyze readability, sentiment and keywords in text

编程1.9万查看全文 →

数独游戏

带难度、提示与计时的数独网页

An interactive Sudoku game with hints and timer

编程2.4万查看全文 →

国际象棋游戏

含规则校验与AI对手的象棋网页

A chess game with move validation and AI opponent

编程3.5万查看全文 →

短链接服务

带二维码与点击统计的短链工具

A URL shortener with QR codes and analytics

编程1.7万查看全文 →

打字速度测试

实时计算WPM与准确率的打字测试

A typing test with real-time WPM and accuracy

编程2.2万查看全文 →

记忆翻牌游戏

带翻牌动画与排行榜的配对游戏

A matching card game with animations and leaderboard

编程1.8万查看全文 →

内存分析命令行工具

用C语言分析进程内存与泄漏检测

A C memory profiler with leak detection

编程1.4万查看全文 →

文件系统索引工具

用Go构建高性能文件索引与搜索

A high-performance file indexer and search tool in Go

编程1.8万查看全文 →

3D赛车游戏

用Three.js打造拟真物理3D赛车

A 3D racing game with realistic physics in Three.js

编程4.3万查看全文 →

HTTP压测工具

用Go实现高并发HTTP基准测试

A high-performance HTTP benchmarking tool in Go

编程1.4万查看全文 →

3D太空探索游戏

程序生成宇宙的沉浸式太空探索

An immersive space explorer with procedural universe

编程3.9万查看全文 →

网络抓包分析工具

用C和libpcap实现命令行抓包分析

A command-line packet analyzer in C using libpcap

编程1.6万查看全文 →

网页PDF阅读器

用PDF.js实现带批注的PDF阅读器

A web-based PDF viewer with annotations using PDF.js

编程2万查看全文 →

健康指标计算器

基于医学标准的多维健康指标计算

A health metrics calculator based on medical standards

编程2.5万查看全文 →

Markdown笔记应用

实时预览的Markdown笔记网页应用

A markdown notes app with live preview

编程2.9万查看全文 →

番茄钟应用

带任务与统计的番茄工作法计时器

A pomodoro timer with tasks and productivity stats

编程2.6万查看全文 →

多人3D飞机游戏

WebSocket实时联机的3D空战游戏

A real-time multiplayer 3D plane combat game

编程4.7万查看全文 →

待办清单应用

原生JS打造的现代待办事项网页

A modern responsive todo app in vanilla JavaScript

编程3.3万查看全文 →

科学计算器

仿专业计算器的网页科学计算工具

A scientific calculator that mimics professional ones

编程2.2万查看全文 →

AI2sql 查询生成器

将自然语言转为生产级 SQL 查询

Converts plain English requests into production-ready SQL

编程5.3万查看全文 →

苏格拉底式编程导师

不直接给答案,引导学生自悟代码错误

Guides students to debug their own code without giving answers

编程2.8万查看全文 →

Django 单元测试生成

为 Django Viewset 生成完整单元测试

Generates CRUD and edge-case unit tests for Django viewsets

编程4.3万查看全文 →

正则表达式生成器

按需求生成可直接复用的正则

Generates copy-ready regex patterns on demand

编程5.3万查看全文 →

代码审查智能体

全面评估代码质量、性能与安全

Evaluates code for quality, performance, and security

编程6.1万查看全文 →

高级系统架构师

主导企业级系统架构设计与落地

Leads enterprise system architecture design

编程4.4万查看全文 →

量化交易测试工程师

测试Python算法交易项目的功能与准确性

Tests a Python algorithmic trading project

编程2.2万查看全文 →

Arista网络配置专家

设计与优化Arista网络配置并排障

Designs and troubleshoots Arista network setups

编程1.7万查看全文 →

会议室预订网页应用

用PHP7与MySQL分步开发会议室预订系统

Step-by-step build of a PHP/MySQL room booking app

编程3.3万查看全文 →

HTS数据分析门户开发

开发并调试HTS数据分析门户系统

Develops and debugs a data-analysis portal for large datasets

编程1.2万查看全文 →

生成样式指南文档

生成项目完整的UI样式规范文档

Produces a detailed project UI style guide document

编程2.8万查看全文 →

小米自助管理系统前端开发

用HTML5/CSS3/JS开发小米自助管理系统前端

Builds a responsive frontend for Xiaomi's self-service system

编程3.2万查看全文 →

CTI网络威胁情报分析师

协助网络安全项目的配置、修订与纠错

Supports security projects with careful, user-approved edits

编程1.9万查看全文 →

可定制企业品牌网页模板

构建可适配多家公司品牌的前后端模板

Builds a modular front/back-end template adaptable to any brand

编程2.4万查看全文 →

极简网页点餐应用开发

开发简洁、响应式的网页点餐应用

Creates a clean, responsive web-based food ordering app

编程2.2万查看全文 →

实时多人防御游戏

设计一款实时联机的多人策略防御游戏

Designs a balanced real-time multiplayer defense game

编程3.5万查看全文 →

续写编程助手

审阅现有代码并续写扩展项目功能

Extends an existing codebase following its conventions

编程4.3万查看全文 →

航空飞行数据分析师

为商用客机开发FDR飞行数据分析程序

Designs an FDR flight-data analysis program for airlines

编程7320查看全文 →

Flutter项目入门指南

指导新手从零搭建并配置Flutter项目

Guides beginners through setting up a new Flutter project

编程2.1万查看全文 →

C#大数据读取优化

优化C#中从SOAP API批量读取大数据的性能

Optimizes reading large data from a SOAP API in C#

编程1.6万查看全文 →

Next.js前端开发专家

用Next.js和React构建高性能Web应用

Builds high-performance web apps with Next.js and React

编程5.1万查看全文 →

AUTOSAR软件模块开发

面向TC377 MCU的AUTOSAR合规模块开发

Develops AUTOSAR-compliant software modules for the TC377 MCU

编程5840查看全文 →

制造流程优化开发者

用OR-Tools优化铝型材生产流程

Builds an aluminum production optimizer with OR-Tools

编程9340查看全文 →

排班追踪应用开发者

开发Telegram排班打卡小程序

Builds a Telegram mini app for shift tracking

编程1.2万查看全文 →

Chimera提示词优化系统

优化提示词并进行越狱安全研究

Optimizes prompts and researches LLM vulnerabilities

编程1.3万查看全文 →

代码翻译器

在任意编程语言之间转换代码

Translates code between any two programming languages

编程5.6万查看全文 →

Linux监控单页HTML

生成单文件Linux系统监控HTML页面

Creates a single-file HTML Linux monitoring dashboard

编程1万查看全文 →

React Linux监控仪表盘

用React构建实时Linux服务器监控盘

Builds a real-time Linux monitoring dashboard in React

编程1.6万查看全文 →

网站安全审计员

评估网站安全并提供修复建议

Audits a website for security vulnerabilities

编程2.3万查看全文 →

安卓音乐App开发

用Kotlin开发功能丰富的安卓音乐应用

Develop a feature-rich Android music app with Kotlin

编程4.1万查看全文 →

iOS食谱生成App

根据现有食材推荐食谱的iOS应用设计

An iOS app that suggests recipes from your ingredients

编程3.3万查看全文 →

鱿鱼游戏木头人

设计红灯绿灯反应力挑战游戏

Design a reflex-testing Red Light Green Light game

编程5.7万查看全文 →

落地页氛围编码

设计契合品牌气质的视觉落地页

Designs a brand-aligned, vibe-driven landing page

编程4万查看全文 →

SpringBoot CI/CD 顾问

为单体仓库多个 SpringBoot API 设计 CI/CD 流水线

Designs a CI/CD pipeline for SpringBoot APIs

编程8730查看全文 →

银行系统 App 开发者

用 Maui 开发支持增删改查的银行应用

Builds a Maui banking app with CRUD

编程7640查看全文 →

Go 语言开发者

指导编写高性能、惯用的 Go 代码

Guides writing idiomatic, high-performance Go code

编程2.7万查看全文 →

GitHub 代码结构导师

讲解仓库结构、函数实现并给出改进建议

Explains repo structure and suggests improvements

编程2.5万查看全文 →

JSON 查询条件提取器

从 Azure AI Search 请求中提取查询条件为列表

Extracts filter and search params from Azure AI Search JSON

编程9170查看全文 →

库存管理系统架构师

规划库存系统的页面、数据库与技术选型

Outlines components for an inventory system

编程3.9万查看全文 →

Xcode 新建 iOS 应用

按严格默认配置创建仅限 iPhone 的应用

Configures a clean iPhone-only Xcode project

编程2.4万查看全文 →

部落冲突工具开发

用 Next.js 与 React 构建阵型分享社区工具

Builds a Clash of Clans tool in Next.js/React

编程3万查看全文 →

Git 提交工作分析

据 diff 与提交信息评估改动影响并建议

Reviews a dev's work from git diff and commit

编程3.5万查看全文 →

算法分析优化顾问

评估AI与视觉算法并给出优化建议

Evaluates AI/vision algorithms and suggests fixes

编程2.9万查看全文 →

ERP对接飞书集成方案

设计ERP字段映射飞书多维表的技术方案

Maps ERP fields into Feishu multi-dim tables

编程3.3万查看全文 →

安卓更新检查脚本

用Pydroid写带菜单进度条的更新检查脚本

A single-file Pydroid Android update-checker script

编程3.1万查看全文 →

PR代码审查助手

审查PR安全、破坏性改动与规范并给建议

Reviews PRs for security, breakage and standards

编程4.2万查看全文 →

Quizflix答题App开发

开发影视答题互动App,含二维码联机

Builds a TV/movie quiz app with QR-code multiplayer

编程1.8万查看全文 →

影视互动答题应用

构建影视主题的多人实时答题应用

Full-stack build of a real-time multiplayer movie quiz app

编程2.5万查看全文 →

Next.js自托管应用仪表盘

用Next.js+Tailwind+NextAuth搭建应用管理仪表盘

Builds a self-hosted app dashboard with Next.js and NextAuth

编程3.1万查看全文 →

智能政务AI系统架构设计

设计高效安全、可持续学习的政务AI系统架构

Designs an optimized AI public-administration platform

编程1.2万查看全文 →

MVC与SOLID原则代码结构

用MVC架构和SOLID原则组织可维护代码

Guides structuring code with MVC and SOLID principles

编程2.8万查看全文 →

.NET API项目分析

评估.NET API分层架构并提改进建议

Audits a .NET API project's layered architecture for scale

编程2万查看全文 →

配置W&B与训练Pod

搭建W&B实验跟踪并运行训练Kubernetes Pod

Sets up W&B tracking and a Kubernetes training pod

编程8340查看全文 →