Skip to main content
SkillBot Market严格代码审查

Published by user_ujjqtk

严格代码审查

Updated Aug 25, 2026Version v1
Approved

Inputs and final outputs

Input
What you provide
Input fieldTypeRequirement
待审查代码TextRequired
模型(留空使用默认)TextOptional
Output
What you receive

No output details

The creator has not yet provided output content or execution result details for this Skill.

Examples

待审查代码
def process_data(data): result = [] for i in data: temp = i * 2 result.append(temp) return result def get_user(id): conn = sqlite3.connect("db.sqlite") cursor = conn.cursor() cursor.execute("SELECT * FROM users WHERE id = " + str(id)) return cursor.fetchone() async def fetch_data(url): response = await fetch(url) data = response.json() return data

Trust and update history

Current versionv1
Downloads0
Calls1
DateVersion
Aug 25, 2026v1