编程提示词大全

精选 416 条编程类 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万查看全文 →